interface Options {
    preambleCode?: string;
    targets: Record<string, string>;
}

Properties

preambleCode?: string

The preamble code to be injected before the main script.

targets: Record<string, string>

The target script to be proxied.

Generated using TypeDoc