UNPKG

269 BTypeScriptView Raw
1import { OutputOptions } from './options';
2import { PathReference } from '../filesystem/contracts';
3import { Snapshot } from '../snapshot/snapshot';
4export declare const transformInplace: <V>(path: PathReference, snapshot: Snapshot<V>, options: OutputOptions) => void;