UNPKG

altair-graphql-core

Version:

Several of the core logic for altair graphql client

13 lines 504 B
import { ScriptEvaluatorWorker } from './types'; declare const workerHandlerNames: readonly ["setCookie", "request", "getStorageItem", "setStorageItem"]; export type WorkerHandlerNames = (typeof workerHandlerNames)[number]; export declare class ScriptEvaluatorWorkerEngine { private worker; constructor(worker: ScriptEvaluatorWorker); start(): void; private initExecute; private makeCall; private evalWithContext; } export {}; //# sourceMappingURL=evaluator-worker-engine.d.ts.map