UNPKG

@bumpup/bump-package-json

Version:

fully automated and extensible software versioning

4 lines (3 loc) 159 B
/// <reference types="node" /> import { FileSystem } from "./bump"; export declare const readFileWithFs: (filesystem: FileSystem) => () => string | Buffer;