utils/node_modules/vue-tsc/out/shared.d.ts

9 lines
210 B
TypeScript
Raw Normal View History

2024-02-07 01:33:07 -05:00
import type { _Program } from './index';
export declare const state: {
hook?: {
program: _Program;
index: number;
worker: Promise<any>;
};
};
//# sourceMappingURL=shared.d.ts.map