documentation/test/fixture/inline-link.output.md
Tom MacWright 70cc7d0718 Infer Flow type aliases into typedefs. Fixes #227
Given the `type` tag introduced with Flow, this can infer
a typedef statement, as well as infer its potentially
nested properties and their types.

This also includes

* Refactor of Markdown AST generation that fixes #228
* Refactor of nest.js to handle multi-level nesting
2015-11-04 11:25:32 -05:00

291 B

addOne

Adds one to a number

Parameters

  • a number the input

Returns number the output

inline-link.input

This function returns the number one. Internally, this uses addOne to do the math.

Parameters

  • a number the input

Returns number numberone