UNPKG

@jupyterlab/git

Version:

A JupyterLab extension for version control using git

3 lines (2 loc) 138 B
import { JupyterFrontEndPlugin } from '@jupyterlab/application'; export declare const gitCloneCommandPlugin: JupyterFrontEndPlugin<void>;