5 lines
94 B
JavaScript
5 lines
94 B
JavaScript
"format cjs";
|
|
if (typeof define != 'undefined')
|
|
define(function() {});
|
|
exports.cjs = 'cjs';
|