UNPKG

can

Version:

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

15 lines (11 loc) 332 B
if(require.has("dojo-amd-factory-scan")){ define(function(require, exports, module){ exports.five = require("./data").five; exports.exports = module.exports; }); }else{ define(["require", "exports", "module"], function(require, exports, module){ exports.five = require("./data").five; exports.exports = module.exports; }); }