UNPKG

@scu-xiaochuan/scu-pecourse-utils

Version:

7 lines (6 loc) 238 B
import type { Course } from '../http'; export declare function findTeacher(findTeacherName: string, courses: Course[]): { teacherName: string; courseId: import("../http").ParamType; teacherUid: import("../http").ParamType; };