UNPKG

@scu-xiaochuan/scu-pecourse-utils

Version:

8 lines (7 loc) 234 B
export declare function start({ teacherName, studentUid, password, timeout, callback, }: { teacherName: string; studentUid: string; password: string; timeout?: number; callback?: Function; }): Promise<() => void>;