This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

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

3.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i xnd

Weekly Downloads

11

Version

3.0.1

License

MIT

Unpacked Size

163 kB

Total Files

333

Last publish

Collaborators

  • mfulton26