Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 474 Bytes

File metadata and controls

24 lines (16 loc) · 474 Bytes

Heads up!

This library is a work-in-progress and should not be used in production yet!

Usage

// the main export is a function that must be called
const filters = require('{%= name %}');

console.log(filters());
console.log(filters('math'));
console.log(filters(['math', 'string']));

Attribution

Some of these filters were ported from:

TODO: add links before publishing.