3.0.1 • Published 2 years ago

xnd v3.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

xnd

Safely augmenting and supplementing JavaScript built-ins since 2021.

See the documentation to discover all that Xnd has to offer. Xnd is inspired by prior art such as the Kotlin Standard Library, Google Guava, and many others.

Usage

Xnd is a collection of augmentations and supplements to JavaScript built-ins. Augmentations and supplements are defined in JavaScript modules meaning that you can use them in Deno, Node.js, and on the web.

Deno

import also from "https://deno.land/x/xnd/also.ts";

Node.js

npm i xnd
import also from "xnd/also";

Web

import also from "https://cdn.skypack.dev/xnd/also.js";
2.3.0

2 years ago

2.2.0

2 years ago

3.0.1

2 years ago

2.4.0

2 years ago

2.3.1

2 years ago

2.1.3

2 years ago

3.0.0

2 years ago

2.0.0

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago