mirror of
https://github.com/documentationjs/documentation.git
synced 2026-01-25 14:26:29 +00:00
267 B
267 B
exports
This function returns the number one.
Examples
foo(1);
foo(2);
Returns Number numberone
| type | description |
|---|---|
Error |
if you give it something |
TypeError |
if you give it something else |