UNPKG

306 BTypeScriptView Raw
1declare const _default: {
2 /**
3 * Tries to load config class with SPI first, then with class name directly from classpath
4 *
5 * @param name name of config, or full qualified class name in classpath
6 * @return config class
7 */
8 forName(name: any): any;
9};
10export default _default;