UNPKG

@skypilot/scraper

Version:
4 lines (3 loc) 244 B
import type { ScraperCommand } from 'src/_types/scraper'; import type { ScriptBuilder } from './ScriptBuilder'; export declare function normalizeCommands(commandsOrBuilder: ReadonlyArray<ScraperCommand> | ScriptBuilder): Array<ScraperCommand>;