number — parse

1 utility function over number, each with a published contract: a signature, property-based invariants, and every edge case named and settled. The source is copied into your project.

[toopo](../../)

- [How we verify](../../method/)
- [What we refuse](../../refused/)

typescript / number

# number

This domain publishes 1 contract, settling 50 named edge cases. Taking it puts 4 299 bytes of TypeScript in your project, and it imports nothing.

- ## [parse](../../typescript/number/parse@1/)

  Convert a string to a finite number, or null when the string is not a decimal number.

  50 settled cases · 4 299 bytes · no imports

  npx toopo add number/parse

number · 1 contract

- [parse](../../typescript/number/parse@1/)

Domains

- number
- [date](../../typescript/date/)
- [string](../../typescript/string/)
