mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-07-12 03:06:05 +09:00
2537c2e6e2
This reverts commit 2fb5731f23.
6 lines
176 B
JavaScript
6 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');
|