is-equivalent.js 186 B

1234
  1. // This file is here for backwards compatibility.
  2. // (the logic herein is now exposed as `rttc.isEqual()`
  3. // and should be used as such)
  4. module.exports = require('../../lib/is-equal');