attestation-to-examiner-distribution
Version:
An API to calculate the precedence diagram method
12 lines (11 loc) • 484 B
TypeScript
export default class ParseStudIPCSVToJSON {
static getAllTutorsDict(nodes: any): any;
static getTutorFromNode(node: any): string;
static getSlotFromNode(node: any): any;
static getWeekday(date: Date): string;
static getAllGroups(nodes: any): any;
static getGroupMembersFromNode(node: any): any;
static getTutorFromSlot(slot: string): string;
static parseStudIPCSVToJSON(s: string): Promise<any>;
static getGroupsForTutors(parsedAsJSON: any): {};
}