UNPKG

lightfold

Version:

lightweight scaffolding and archiving utility CLI.

20 lines (16 loc) 597 B
import XRegExp from './xregexp'; import build from './addons/build'; import matchRecursive from './addons/matchrecursive'; import unicodeBase from './addons/unicode-base'; import unicodeBlocks from './addons/unicode-blocks'; import unicodeCategories from './addons/unicode-categories'; import unicodeProperties from './addons/unicode-properties'; import unicodeScripts from './addons/unicode-scripts'; build(XRegExp); matchRecursive(XRegExp); unicodeBase(XRegExp); unicodeBlocks(XRegExp); unicodeCategories(XRegExp); unicodeProperties(XRegExp); unicodeScripts(XRegExp); export default XRegExp;