UNPKG

sb-mig

Version:

CLI to rule the world. (and handle stuff related to Storyblok CMS)

15 lines (14 loc) 547 B
export declare const sanitizeOutputFileBaseName: (value: string) => string; export declare const resolveOutputFileBaseName: ({ from, fileName, }: { from: string; fileName?: string; }) => string; export declare const shouldUseDatestampForArtifacts: (fileName?: string) => boolean; export declare const buildPreMigrationBackupBaseName: ({ from, fileName, }: { from: string; fileName?: string; }) => string; export declare const buildStoryBackupBaseName: ({ from, fileName, }: { from: string; fileName?: string; }) => string;