documentation/test/fixture/sync/multiexample.output.md
2016-08-19 10:08:06 -04:00

653 B

multiexample.input

Extends Foo, Bar

This function returns the number one.

Examples

foo(1);
foo(2);
  • Throws Error if you give it something
  • Throws TypeError if you give it something else

Returns Number numberone