UNPKG

arvis-linker

Version:

Make Arvis extensions installable from npm

5 lines (4 loc) 124 B
/** * Read JSON5 format file (JSON for Humans) */ export declare const readJson5: (filepath: string) => Promise<unknown>;