Load a specified library.
The Latite Scripting engine built-in library.
Load and run a specified JavaScript module. This returns whatever is in exports or module.exports of the JavaScript module.
exports
module.exports
The path to load the JavaScript file.
Generated using TypeDoc
Load a specified library.