UNPKG

bd-load

Version:

A small and fast AMD loader for building modern applications on node.js and the browser.

9 lines 243 B
// module with dependencies and an ordinary factory define(["./moduleB", "./moduleC", "./moduleD"], function(moduleB, moduleC, moduleD){ return { moduleA: "moduleA", moduleB: moduleB, moduleC: moduleC, moduleD: moduleD }; });