UNPKG

@bumpup/bump-package-json

Version:

fully automated and extensible software versioning

3 lines (2 loc) 129 B
import { FileSystem } from "./bump"; export declare const writeFileWithFs: (filesystem: FileSystem) => (data: string) => void;