UNPKG

catalog.js

Version:

A JavaScript / TypeScript API for the Middlebury course catalog.

4 lines 241 B
export declare function stripHtml(html: string): string; export declare function pad(num: number, places: number, padCharacter?: string): string; export declare function isCourseID(id: string): boolean; //# sourceMappingURL=utils.d.ts.map