UNPKG

@manypkg/tools

Version:
3 lines (2 loc) 159 B
export declare const readJson: (directory: string, file: string) => Promise<any>; export declare const readJsonSync: (directory: string, file: string) => any;