1.1.3 • Published 4 years ago

errorsparty.dev-bigint v1.1.3

Weekly downloads
3
License
MIT
Repository
-
Last release
4 years ago

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")