UNPKG

330 BTypeScriptView Raw
1/**
2 * Loads all exported classes from the given directory.
3 */
4export declare function importClassesFromDirectories(directories: string[], formats?: string[]): Function[];
5/**
6 * Loads all json files from the given directory.
7 */
8export declare function importJsonsFromDirectories(directories: string[], format?: string): any[];