UNPKG

sb-mig

Version:

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

8 lines (7 loc) 230 B
import type { RollupOptions } from "rollup"; interface Build { inputOptions: RollupOptions; outputOptionsList: any; } export declare function build({ inputOptions, outputOptionsList }: Build): Promise<never[]>; export {};