123456789101112131415 |
- (function (global, factory) {
- typeof exports === 'object' && typeof module !== 'undefined' ? factory() :
- typeof define === 'function' && define.amd ? define(factory) :
- (factory());
- }(this, (function () { 'use strict';
- QUnit.module( "Example", () => {
- /**
- * @author TristanVALCKE / https://github.com/Itee
- */
- } );
- })));
|