UNPKG

v-regexp

Version:

JavaScript Regular Expression Parser and Visualizer.

9 lines 273 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var normal_1 = require("./normal"); var gorgeous_1 = require("./gorgeous"); exports.default = { normal: normal_1.normal, gorgeous: gorgeous_1.gorgeous, }; //# sourceMappingURL=index.js.map