This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@qitt/numberize
TypeScript icon, indicating that this package has built-in type declarations

0.1.11 • Public • Published

Deprecated

このパッケージは非推奨となりました 今後は anoare をご使用ください :)

This package has been deprecated. Use https://github.com/ichiql/anoare instead.


@qitt/numberize

pnpm add @qitt/numberize
npm install @qitt/numberize
yarn add @qitt/numberize

string や bitint を number に変換する。

Convert string or bitint to number.

import numberize from '@qitt/numberize'

numberize('123') // 123
numberize(BigInt(123)) // 123
numberize('$1,000') // 1000
numberize('invalid value') // NaN

Package Sidebar

Install

npm i @qitt/numberize

Weekly Downloads

0

Version

0.1.11

License

MIT

Unpacked Size

7.18 kB

Total Files

13

Last publish

Collaborators

  • ichiql