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.

7 lines (6 loc) 262 B
/** * Validates that all needed directories are existing inside a ZenTS application. * This function is called on bootup and will throw an fatal error when a needed directory * doesn't exist. */ export declare function validateInstallation(): Promise<void>;