better-bigint
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

better-bigint

Better JSON support for BigInt

Usage

Install using bun (or npm, yarn, etc.):

bun install better-bigint

Import it at the top of your entrypoint file:

import { betterBigInt } from 'better-bigint';

Somewhere before you start calling JSON.parse/JSON.stringify:

betterBigInt();

Now, stop thinking about it and go develop some software.

Contribute

# install dependencies
bun install

# test the app
bun test

# build the app, available under dist
bun run build

License

MIT

Package Sidebar

Install

npm i better-bigint

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

3.64 kB

Total Files

5

Last publish

Collaborators

  • acrois