9 lines
210 B
TypeScript
9 lines
210 B
TypeScript
|
import type { _Program } from './index';
|
||
|
export declare const state: {
|
||
|
hook?: {
|
||
|
program: _Program;
|
||
|
index: number;
|
||
|
worker: Promise<any>;
|
||
|
};
|
||
|
};
|
||
|
//# sourceMappingURL=shared.d.ts.map
|