UNPKG

system

Version:

Flexible module and resource system

9 lines (8 loc) 182 B
var test = require("test"); module.exports = require.loadPackage({name: "a"}) .then(function (a) { return a.async(""); }) .then(function () { test.print("DONE", "info"); });