Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

everyutil

dailker27MIT2.0.3TypeScript support: included

A comprehensive library of lightweight, reusable utility functions for JavaScript and TypeScript, designed to streamline common programming tasks such as string manipulation, array processing, date handling, and more.

utility, functions, everyday, programming, lodash, toolkit, array, number, string, unicode, text, words, math, statistical, entropy, random, normalize, natural language, nlp, similarity, levenshtein, slugify, slug, palindrome, tokenize, tokenizer, detokenize, word chunking, ascii, ascii art, sparkline, histogram, number theory, digital root, prime factor, factors, kaprekar, collatz, modulo, wrap, clamp, snap to, weighted random, gaussian, cumulative sum, delta, rolling average, moving average, standard deviation, interquartile range, median, outlier detection, array clustering, vectorize, semantic analysis, language detection, unicode blocks, unicode scripts, regex utils, emoji, emoji detection, text classification, pattern detection, fuzzy match, text formatting, creative coding, text effects, case alternation, random case, wave text, obscure email

readme

everyutil

Shortly, A collection of utility functions for everyday programming tasks.

Actually; A comprehensive library of lightweight, reusable utility functions for JavaScript and TypeScript, designed to streamline common programming tasks such as string manipulation, array processing, date handling, and more.

Installation

npm install everyutil

Usage

import { stringSimilarity, extractKeywords, isPalindrome } from 'everyutil';

console.log(stringSimilarity('kitten', 'sitting')); // 0.714...
console.log(extractKeywords('The cat sat on the mat.', ['the', 'on'])); // ['cat', 'sat', 'mat']
console.log(isPalindrome('A man a plan a canal Panama')); // true

Download Stats

npm downloads

Documentation

Support the Project

If you find everyutil helpful, please ⭐ star the GitHub repository to show your support!

License

MIT © Ilker Ozturk