UNPKG

syncpack

Version:

Manage multiple package.json files, such as in Lerna Monorepos and Yarn/Pnpm Workspaces

3 lines (2 loc) 163 B
import { SourceWrapper } from './get-wrappers'; export declare const writeIfChanged: (indent: string, wrapper: SourceWrapper, mutateContents: () => void) => void;