Load a JavaScript module. Used for importing another JavaScript file found in the Resources panel to be used in the current script. Similar to require found in CommonJS specification.
require
You can access Lens Studio specific modules (like RemoteServiceModule) using the LensStudio prefix, such as: require("LensStudio:RemoteServiceModule).
RemoteServiceModule
LensStudio
require("LensStudio:RemoteServiceModule)