UNPKG

ng-alain

Version:

Schematics specific to NG-ALAIN

9 lines 259 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.pluginAsdf = pluginAsdf; function pluginAsdf() { return () => { console.log(`哈哈……什么都不做的!`); }; } //# sourceMappingURL=plugin.asdf.js.map