mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 03:29:30 +08:00
6 lines
157 B
Text
6 lines
157 B
Text
import * as re2 from "re2"
|
|
|
|
type Re2 = typeof re2 & {code: string}
|
|
;(re2 as Re2).code = 'require("ajv/dist/runtime/re2").default'
|
|
|
|
export default re2 as Re2
|