UNPKG

han-prev-core

Version:

Core framework for Han - A powerful Node.js framework inspired by NestJS

9 lines (8 loc) 220 B
export declare class EnvLoader { private static loaded; private static loadedFiles; static autoLoad(): void; static isLoaded(): boolean; static getLoadedFiles(): string[]; static reset(): void; }