fs-safe
A simple fs wrapper that doesn't throw
A simple fs wrapper that doesn't throw
Removes Flow type annotations with Taskr
Data management, auto remove item after specified time. Just add it to a pool.
Delete files and folders
USB API for node js
mount component inside an existing element with vue.$mountIn(el)
A node module to remove vowels from a string
JavaScript library for omitting items from an array.
Easily clean text for analysis
purgecss with wordpress
PostGraphile plugin that removes all foreign key fields from the GraphQL schema while still allowing foreign relationships to be created. Primary key fields are not removed from the GraphQL schema.
replace characters to unicode-one
remove elements in array by value
nv-array-nonest-visitor ============ - nv-array-nonest-visitor
Removes all spaces from a string
A metalsmith plugin for removing unused classes in HTML markup.
A metalsmith plugin for removing unused CSS.
A metalsmith plugin for removing unused IDs in HTML markup.
base class commonly used function extension
const removeArrayDuplicates = require('tsf-arr-dups') let myNums = [1,2,3,1,4,1,2,5,3,4] let uniqueNums = removeArrayDuplicates(myNums) console.log(uniqueNums)