source:
imaps-frontend/node_modules/ajv/dist/runtime/re2.d.ts@
79a0317
Last change on this file since 79a0317 was 79a0317, checked in by , 3 days ago | |
---|---|
|
|
File size: 129 bytes |
Rev | Line | |
---|---|---|
[79a0317] | 1 | import * as re2 from "re2"; |
2 | type Re2 = typeof re2 & { | |
3 | code: string; | |
4 | }; | |
5 | declare const _default: Re2; | |
6 | export default _default; |
Note:
See TracBrowser
for help on using the repository browser.