UNPKG

@ima/cli

Version:

IMA.js CLI tool to build, develop and work with IMA.js applications.

10 lines (9 loc) 211 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Silence modules imported by a dependency. */ const NullLoader = function () { return ''; }; exports.default = NullLoader;