UNPKG

@baseplate-dev/sync

Version:

Library for syncing Baseplate descriptions

6 lines 214 B
import type { StringMergeAlgorithm } from './types.js'; /** * Merges YAML strings using a 3-way merge algorithm */ export declare const yamlMergeAlgorithm: StringMergeAlgorithm; //# sourceMappingURL=yaml.d.ts.map