UNPKG

curl-amd

Version:

curl.js is small, fast, extensible module loader that handles AMD, CommonJS Modules/1.1, CSS, HTML/text, and legacy scripts.

7 lines (6 loc) 143 B
/* * stuff/three depends on stuff/one and stuff/two */ define(['./one', './two', 'stuff/zero'], function (one, two) { return one + two; });