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

6 lines
174 B
JavaScript
Raw Normal View History

2019-01-17 18:22:05 +00:00
'use strict';
2019-03-12 17:01:00 +00:00
// do NOT remove this file - it would break pre-compiled schemas
// https://github.com/epoberezkin/ajv/issues/889
2019-01-17 18:22:05 +00:00
module.exports = require('fast-deep-equal');