UNPKG

sb-mig

Version:

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

9 lines (8 loc) 378 B
/** * Re-exports for backwards compatibility * Functions have been moved to their proper modules */ // Date utilities - now in date-utils.ts export { generateDatestamp } from "./date-utils.js"; // CLI flag extractors - now in cli/utils/cli-utils.ts export { getFrom, getTo, getSourceSpace, getTargetSpace, getWhat, getWhere, getRecursive, } from "../cli/utils/cli-utils.js";