UNPKG

textamer

Version:

A collection of utils to work with text

9 lines (8 loc) 183 B
const search = require('./search/search'); const process = require('./process/process'); const match = require('./match'); module.exports = { search, process, match, };