UNPKG

@sidekick-coder/db

Version:

Cli Tool to manipulate data from diferent sources

6 lines (4 loc) 191 B
declare function parseFile(filename: string): any; declare function parseVars(payload: any): {}; declare function parseWhere(payload: any): any; export { parseFile, parseVars, parseWhere };