xwt
2025-09-17 7c2192a2f000d94add173b77b6bd4c8c4fc6a5e4
1
2
3
4
5
6
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