UNPKG

string-punctuation-tokenizer

Version:

Small library that provides functions to tokenize a string into an array of words with or without punctuation

12 lines (9 loc) 185 B
module.exports = function(api) { api.cache(true); const presets = ["@babel/preset-env", "@babel/preset-react"]; const plugins = []; return { presets, plugins, }; };