ajv/spec/chai.js

4 lines
96 B
JavaScript

'use strict';
module.exports = typeof window == 'object' ? window.chai : require('' + 'chai');