UNPKG
magic-regexp
Version:
latest (0.11.0)
0.11.0
0.10.0
0.9.0
0.8.0
0.7.0
0.6.3
0.6.2
0.6.1
0.6.0
0.5.0
0.4.1
0.4.0
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
A compiled-away, type-safe, readable RegExp alternative
regexp.dev
unjs/magic-regexp
magic-regexp
/
dist
/
transform.d.cts
6 lines
(5 loc)
•
206 B
text/typescript
View Raw
1
2
3
4
5
6
import
*
as
unplugin
from
"unplugin"
;
//#region src/transform.d.ts
declare
const
MagicRegExpTransformPlugin
: unplugin.
UnpluginInstance
<
unknown
,
boolean
>;
//#endregion
export
{
MagicRegExpTransformPlugin
};