UNPKG

bd-load

Version:

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

6 lines 98 B
define(["./moduleA"], function(moduleA){ return { value: "main", moduleA: moduleA } });