UNPKG

@sidekick-coder/db

Version:

Cli Tool to manipulate data from diferent sources

9 lines (7 loc) 191 B
declare function parse(contents: string): any; declare function stringify(data: any): string; declare const MD: { parse: typeof parse; stringify: typeof stringify; }; export { MD };