Skip to content

everyutil 2.0.2

Install from the command line:
Learn more about npm packages
$ npm install @dailker/everyutil@2.0.2
Install via package.json:
"@dailker/everyutil": "2.0.2"

About this version

everyutil

A collection of utility functions for everyday programming tasks.

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

Documentation

License

MIT © Ilker Dail

Details


Assets

  • everyutil-2.0.2.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0

Recent versions

View all