mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-22 02:58:36 +00:00
5 lines
176 B
JavaScript
5 lines
176 B
JavaScript
'use strict';
|
|
|
|
// do NOT remove this file - it would break pre-compiled schemas
|
|
// https://github.com/ajv-validator/ajv/issues/889
|
|
module.exports = require('fast-deep-equal');
|