UNPKG
v-regexp
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
JavaScript Regular Expression Parser and Visualizer.
github.com/usetools/v-regexp
usetools/v-regexp
v-regexp
/
lib
/
themes
/
index.js
9 lines
•
273 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"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