UNPKG

@cocalc/project

Version:
3 lines (2 loc) 213 B
import { NBGraderAPIOptions, NBGraderAPIResponse } from "@cocalc/frontend/jupyter/nbgrader/api"; export declare function nbgrader(client: any, logger: any, opts: NBGraderAPIOptions): Promise<NBGraderAPIResponse>;