asarfuckery/appasar/canary/node_modules/ajv/lib/compile/equal.js

6 lines
174 B
JavaScript
Raw Normal View History

2019-02-06 20:27:58 +00:00
'use strict';
2019-03-08 00:15:33 +00:00
// do NOT remove this file - it would break pre-compiled schemas
// https://github.com/epoberezkin/ajv/issues/889
2019-02-06 20:27:58 +00:00
module.exports = require('fast-deep-equal');