UNPKG

pnpm

Version:

A fast implementation of npm install

3 lines (2 loc) 132 B
export declare function read<T>(yamlPath: string): Promise<T>; export declare function write<T>(yamlPath: string, yamlObj: T): any;