'use strict'; (function (sinonChai) { // Module systems magic dance. /* istanbul ignore else */ if (typeof require === 'function' && typeof exports === 'object' && typeof module === 'object') { // NodeJS module.exports = sinonChai } else if (typeof define === 'function' && define.amd) { // AMD define(() => { return sinonChai }) } else { // Other environment (usually