shared.d.ts 174 B

12345678
  1. import type { _Program } from './index';
  2. export declare const state: {
  3. hook?: {
  4. program: _Program;
  5. index: number;
  6. worker: Promise<any>;
  7. };
  8. };