The path to the entry Earth Engine module, e.g. "users/username/repository:module".
Optional
options: { allowCircular: undefined | boolean; loadDependencies: undefined | boolean; showProgress: undefined | boolean } = {}If true, circular import errors will be ignored when loading dependencies.
If true, all downstream modules will be loaded and stored in
the dependencies
property of the loaded module.
If true, progress spinners will be when when cloning repositories.
Generated using TypeDoc
Create and load an Earth Engine module from an entry path.
Returns
A promise that resolves to a loaded module.