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.

3 lines 80 B
define(['eaf.util', 'eaf.core'], function (util, core) { return "it works"; });