UNPKG

sb-mig

Version:

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

7 lines (6 loc) 282 B
/** * Re-exports for backwards compatibility * Functions have been moved to their proper modules */ export { generateDatestamp } from "./date-utils.js"; export { getFrom, getTo, getSourceSpace, getTargetSpace, getWhat, getWhere, getRecursive, } from "../cli/utils/cli-utils.js";