UNPKG

can

Version:

MIT-licensed, client-side, JavaScript framework that makes building rich web applications easy.

11 lines (9 loc) 288 B
// For browser, export only select globals if ( typeof window !== "undefined" ) { extend( window, QUnit.constructor.prototype ); window.QUnit = QUnit; } // For CommonJS environments, export everything if ( typeof module !== "undefined" && module.exports ) { module.exports = QUnit; }