1.0.5 • Published 3 months ago

purekit v1.0.5

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

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