UNPKG

@graphteon/juricode

Version:

We are forging the future with lines of digital steel

5 lines (4 loc) 225 B
#!/usr/bin/env node export { setupVSCodeTunnel, setupVSCodeTunnelFromAPI }; declare const setupVSCodeTunnel: (vscodePort: number) => Promise<void>; declare const setupVSCodeTunnelFromAPI: (taskId: string) => Promise<string>;