source:
trip-planner-front/node_modules/ajv/lib/runtime/equal.ts
Last change on this file was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 236 bytes |
Line | |
---|---|
1 | // https://github.com/ajv-validator/ajv/issues/889 |
2 | import * as equal from "fast-deep-equal" |
3 | |
4 | type Equal = typeof equal & {code: string} |
5 | ;(equal as Equal).code = 'require("ajv/dist/runtime/equal").default' |
6 | |
7 | export default equal as Equal |
Note:
See TracBrowser
for help on using the repository browser.