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.

8 lines (6 loc) 126 B
var counter; define([], function () { if (typeof counter == 'undefined') counter = 0; else counter++; return counter; });