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

1.0.0-alpha.4 • Public • Published

Common stuff 🔨

CodeQL codecov Dependencies npm version

Collection of common helpers and utils for both JavaScript and NodeJS with TypeScript support and zero dependencies.

Documentation 📘

Installation

To use with node:

$ npm install common-stuff

Usage

import { isEqual } from 'common-stuff'

if (isEqual({'a': 1}, {'a': 1})) {
    console.log('Hello')
}

In a browser always import only what is necessary to take full advantage of tree shaking.

Package Sidebar

Install

npm i common-stuff@1.0.0-alpha.4

Version

1.0.0-alpha.4

License

MIT

Unpacked Size

66.7 kB

Total Files

39

Last publish

Collaborators

  • lukelt