UNPKG

@onurege3467/zerohelper

Version:

ZeroHelper is a versatile high-performance utility library and database framework for Node.js, fully written in TypeScript.

4 lines (3 loc) 192 B
export declare function formatBytes(bytes: number): string; export declare function loadConfig(configPath: string): any; export declare function getDatabase(configPath: string): Promise<any>;