UNPKG

@jupyterlab/services

Version:

Client APIs for the Jupyter services REST APIs

5 lines (4 loc) 143 B
import * as Terminal from './terminal'; import * as TerminalAPI from './restapi'; export * from './manager'; export { Terminal, TerminalAPI };