JSBI is a pure-JavaScript implementation of [the official ECMAScript BigInt proposal](https://tc39.es/proposal-bigint/), which is on track to become a part of the JavaScript language in the near future.
JSBI is a pure-JavaScript implementation of [the ECMAScript BigInt proposal](https://tc39.es/proposal-bigint/), which officially became a part of the JavaScript language in ES2020.
Compile JSBI code to native BigInt code.
A plugin for babel to transform `x * y` into something like `JSBI.multiply(x, y)` to support bigints.
JSBI BigInt utils
Polyfill for Temporal (https://github.com/tc39/proposal-temporal), an ECMA TC39 Stage 3 proposal
The next great DBus library for Node
JSBI-Calculator is a calculator utility to perform arbitrary arithmetic computation, with the help of JSBI-based BigDecimal.
Provides a jsbi interface on top of native BigInt and provides a fallback to jsbi library when BigInt is not available. Adds isBigInt function for cross-implementation type checking
⚒️ An SDK for building applications on top of Cykura
A JS library for manipulating IP addresses, prefixes and ranges. Supports both IPv4 and IPv6.
The Firebase Authenticaton component of the Firebase JS SDK.
The next great DBus library for Node
ES Math-related intrinsics and helpers, robustly cached.
A function to parse floating point hexadecimal strings as defined by the WebAssembly specification
PNG encoder/decoder in pure JS, supporting any bit size & interlace, async & sync with full test suite.
cloudflare preset for unenv
A Babel plugin to transform BigInt to JSBI
A Babel preset that enables parsing of proposals supported by the current Node.js version.
Parameterised tests for Jest
ESLint rule for .only blocks in mocha tests
Delightful JavaScript Testing.
Prisma Client is an auto-generated, type-safe and modern JavaScript/TypeScript ORM for Node.js that's tailored to your data. Supports PostgreSQL, CockroachDB, MySQL, MariaDB, SQL Server, SQLite & MongoDB databases.
Delightful JavaScript Testing.