github-pages-deploy-action/node_modules/ajv/lib/compile/equal.js

6 lines
176 B
JavaScript
Raw Normal View History

2020-01-28 13:08:03 +08:00
'use strict';
// do NOT remove this file - it would break pre-compiled schemas
2020-09-13 06:19:45 +08:00
// https://github.com/ajv-validator/ajv/issues/889
2020-01-28 13:08:03 +08:00
module.exports = require('fast-deep-equal');