UNPKG

opensphere-build-resolver

Version:

Resolves projects, their dependencies, plugins, and config to the correct arguments for compilation via the Google Closure Compiler, sass/node-sass, and other tools.

9 lines (6 loc) 110 B
goog.module('foo'); /** * @define {string} */ const ROOT = goog.define('foo.ROOT', ''); exports = {ROOT};