UNPKG

zents

Version:

ZenTS is a Node.js & TypeScript MVC-Framework for building rich web applications, released as free and open-source software under the MIT License. It is designed for building web applications with modern tools and design patterns.

5 lines (4 loc) 260 B
import type { ZenConfig } from './../types/interfaces'; export declare let config: ZenConfig; export declare let isConfigLoaded: boolean; export declare function loadConfig(manualConfig?: ZenConfig, searchFrom?: string, forceLoading?: boolean): Promise<void>;