Agoric / nat

Ensures that a number is within the natural numbers (0, 1, 2...) or throws a RangeError
Apache License 2.0
5 stars 4 forks source link

Should work in Node.js, browser, as ES6 Module #5

Closed katelynsills closed 5 years ago

katelynsills commented 5 years ago

Right now it is a CommonJS module, but we will need to figure out how it can easily be exported to be used in the browser and as a dependency of SES.