UNPKG

@jsjoeio/code-server

Version:

Run VS Code on a remote server.

9 lines (8 loc) 239 B
import * as express from "express"; import { PluginAPI } from "../plugin"; /** * Implements the /api/applications endpoint * * See typings/pluginapi.d.ts for details. */ export declare function router(papi: PluginAPI): express.Router;