$scramjetLoadClient
$scramjetLoadClient():
object
Defined in: typedoc-repos/scramjet/src/entry.ts:137
Factory function that creates the ScramjetClient
for controlling sandboxing.
Returns
Section titled “Returns”object
The ScramjetClient
class.
ScramjetClient
Section titled “ScramjetClient”ScramjetClient: typeof
ScramjetClient
Example
Section titled “Example”const ScramjetClient = $scramjetLoadClient();
const scramjetClient = new ScramjetClient.ScramjetClient();