0.1.3 • Published 4 months ago

@ichiql/bigintize v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Deprecated

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

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


@ichiql/bigintize

pnpm add @ichiql/bigintize
npm install @ichiql/bigintize
yarn add @ichiql/bigintize

string や number を bigint に変換

Convert string, number, etc... to bigint

import bigintize from '@ichiql/bigintize'

bigintize('123') // BigInt(123)
bigintize(123) // BigInt(123)
bigintize('$1,000') // BigInt(1000)
bigintize('invalid value') // throw error
bigintize('invalid value', BitInt(1)) // BitInt(1)
0.1.3

4 months ago

0.1.2

6 months ago

0.1.1

6 months ago

0.1.0

6 months ago