UNPKG

sb-mig

Version:

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

4 lines (3 loc) 220 B
import type { TraverseAndCreate, TreeNode } from "./tree.types.js"; export declare const createTree: (stories: any[], storiesToUpdate?: string[]) => TreeNode[]; export declare const traverseAndCreate: TraverseAndCreate;