UNPKG

@auto-it/vscode

Version:

Publish an vscode extension

7 lines 363 B
/// <reference types="node" /> import * as fs from "fs"; export declare const readFile: typeof fs.readFile.__promisify__; export declare const writeFile: typeof fs.writeFile.__promisify__; /** Load and parse the root package json for the project */ export declare function loadPackageJson(root?: string): Promise<IPackageJSON>; //# sourceMappingURL=utils.d.ts.map