You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
157 B
6 lines
157 B
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
|
|
|