chai.js 96 B

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