UNPKG

@baseplate-dev/sync

Version:

Library for syncing Baseplate descriptions

10 lines 343 B
interface Options { destination: string; source: string; skipFormatting?: boolean; shouldNeverOverwrite?: boolean; replacements?: Record<string, string>; } export declare const copyFileAction: import("#src/output/builder-action.js").BuilderActionCreator<[Options]>; export {}; //# sourceMappingURL=copy-file-action.d.ts.map