UNPKG

code-workshop-kit

Version:
8 lines 287 B
/// <reference types="node" /> import './cwk-participant-terminal-capsule'; import './cwk-participant-frontend-capsule'; export declare const setCapsule: (name: string, opts: { module: boolean; target: 'frontend' | 'terminal'; }) => void; //# sourceMappingURL=setCapsule.d.ts.map