This package has been deprecated

Author message:

This package has been deprecated, use @ihacks.dev/bigint instead.

errorsparty.dev-bigint
TypeScript icon, indicating that this package has built-in type declarations

1.1.3 • Public • Published

errorsparty.dev-bigint

Just a useless helper module to turn any valid string, number, boolean into a big integer.

import { bigint } from "errorsparty.dev-bigint";
bigint("0xff")
bigint(0xff)
bigint(123)
bigint("01234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789")

Readme

Keywords

none

Package Sidebar

Install

npm i errorsparty.dev-bigint

Weekly Downloads

7

Version

1.1.3

License

MIT

Unpacked Size

6.07 kB

Total Files

15

Last publish

Collaborators

  • ihack2712