0.1.2 • Published 1 year ago

@bengr.digital/js-utils v0.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

package.js-utils 📦

Javascript/Typescript package for utils functions and another usefull things.

install package

First you need folder with npm. For this run npm init in cmd. Then install our dependenci with npm install @bengr.digital/js-utils.

After install you can use it. Just import

import { unique } from '@bengr.digital/js-utils'

unique([1, 2, 3, 4, 4, 1, 2]) // return: [1, 2, 3, 4]

/*************************************
NOTE - mby better use?

utils('unique', [...])
utils.array('unique', [...])
array('unique', [...])

utils functions


Copyright (c) 2022 Bengr - Bengr web

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago