UNPKG

word-match-helper

Version:

Aho-Corasick based word-matching class. Match & filter words.

14 lines (13 loc) 186 B
module.exports = { presets: [ [ "@babel/preset-env", { targets: { node: "current", }, }, ], "@babel/preset-typescript", ], };