0.2.3 ā€¢ Published 12 months ago

@terminal-nerds/snippets-array v0.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

@terminal-nerds/snippets-array

package version badgedependencies badge]dependencies url\ install size badge

āž”ļø This package wraps all available modules with snippets related to Array ā€” part of the terminal-nerds/snippets project.

Modules included

documentation badge

NameSize
@terminal-nerds/snippets-string/comparecompare size gzip badge compare size brotli badge
@terminal-nerds/snippets-string/differencedifference size gzip badge difference size brotli badge
@terminal-nerds/snippets-string/filterfilter size gzip badge filter size brotli badge
@terminal-nerds/snippets-string/randomrandom size gzip badge random size brotli badge
@terminal-nerds/snippets-string/schemaschema size gzip badge schema size brotli badge
@terminal-nerds/snippets-string/shuffleshuffle size gzip badge shuffle size brotli badge
@terminal-nerds/snippets-string/unionunion size gzip badge union size brotli badge
@terminal-nerds/snippets-string/uniqueunique size gzip badge unique size brotli badge

Prerequisites & usage

Optional

supported typescript version badge

If you are using typescript icon, the latest version, which supports new features (such as satisfies), is supported.

Runtime environments

This package can be used in several runtime environments. We aim for cross-runtime compatibility and ensure proper error messages if a particular snippet cannot be run in the currently running environment.

Browsers

We use browserslist to define the minimum browsers versions supported.\ Take a look at our shared browserslist configuration for more details.

Usage:

<script type="module">
	import { snippet } from "https://cdn.jsdelivr.net/npm/@terminal-nerds/snippets-array";
</script>

Bun

We aim to support the latest version of bun icon.

Usage:

Firstly, install it:

bun add @terminal-nerds/snippets-array

And then in a particular file:

import { snippet } from "@terminal-nerds/snippets-array";

Deno

We aim to support the latest version of deno icon.

Usage:

import { snippet } from "npm:@terminal-nerds/snippets-array";

Node.js

node.js version support badge

The latest node.js icon LTS (Long-Term Support) version is the minimum one supported.

Warning\ This package is written in ES Module (ESM) type.\ So, if you wish to use it in a project with CommonJS (CJS) type, you need to bundle this package or a particular module(s).

Usage:

Install it first with the Node.js package manager of your choice. In our example, we use pnpm.

pnpm add @terminal-nerds/snippets-array

And then in a particular file:

import { snippet } from "@terminal-nerds/snippets-array";

Security

workflow security badge

šŸ” For more information, please refer to the Security section at the root of the terminal-nerds/snippets monorepo.


License

license badge

āš–ļø For more information, please refer to the License section at the root of the terminal-nerds/snippets monorepo.

Contributing

contributors badge

šŸ¤ Contributions of any kind are welcome!

Please refer to the monorepo (terminal-nerds/snippets) project's CONTRIBUTING file for more information if you wish to get involved.

Author

šŸŽ‰ The idea of this project was initiated by xeho91. However, it's the contributors who matter the most.