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) 248 B
export declare function confirmAction(message: string): Promise<boolean>; export declare function getInitAnswers(): Promise<any>; export declare function getFilePathPrompts(adapter: string, enableCache: boolean, cacheType: string): Promise<any[]>;