0.0.1 • Published 3 years ago

utiling v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

utiling - util functions for your JavaScript!

utiling is a collection of useful JavaScript functions that will make your life easier.

Install utiling with npm.

npm install utiling

Require utils!

import {
	memo,
	makeUnique,
	nanoId,
	random,
	repeat,
	searchArray,
	trim,
} from "utiling";

You should see documentation for each function in the IDE when you hover over the function name.

Tests

Run the tests with npm run test.