• Load a specified library.

    Type Parameters

    Parameters

    • library: K

      The Latite Scripting engine built-in library.

    Returns EngineLibraries[K]

  • Load and run a specified JavaScript module. This returns whatever is in exports or module.exports of the JavaScript module.

    Parameters

    • path: string

      The path to load the JavaScript file.

    Returns any

Generated using TypeDoc