Posandu / utiling

JavaScript utils!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

JavaScript utils!


Languages

Language:JavaScript 100.0%