UNPKG

sebastian

Version:

A flow-control library aimed at encouraging organized, testable code.

8 lines (7 loc) 153 B
define(['text!test.txt'], function (text) { return { load: function (name, req, load, config) { load(text); } }; });