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

1.0.5 • Public • Published

The Simple and Efficient Utility Library

https://purekit.vercel.app


CI

tree shaking nodejs

npm version license Types Included

dependents weekly downloads weekly downloads downloads jsDelivr

minified gzip

Installation

With Yarn:

yarn add purekit

With npm:

npm install purekit

Usage

//  import all available the methods

import _ from 'purekit';     //  ESM ( ECMA Script ) module

or

const _ = require('purekit');    //  cjs ( common js ) module
//  import specific methods instead of all

import { concat, chunk, forEach, filter } from 'purekit';     //  ESM ( ECMA Script ) module

or

const { concat, chunk, forEach, filter } = require('purekit');    //  cjs ( common js ) module


Checkout - https://purekit.vercel.app



Email me at punit.soni33@gmail.com

Follow me on Twitter, Linkedin

Package Sidebar

Install

npm i purekit

Weekly Downloads

3

Version

1.0.5

License

MIT

Unpacked Size

862 kB

Total Files

371

Last publish

Collaborators

  • punitsonime