source: trip-planner-front/node_modules/ajv/lib/runtime/equal.ts

Last change on this file was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 236 bytes
Line 
1// https://github.com/ajv-validator/ajv/issues/889
2import * as equal from "fast-deep-equal"
3
4type Equal = typeof equal & {code: string}
5;(equal as Equal).code = 'require("ajv/dist/runtime/equal").default'
6
7export default equal as Equal
Note: See TracBrowser for help on using the repository browser.