UNPKG

@netlify/config

Version:
7 lines (6 loc) 166 B
export type ModeOption = 'buildbot' | 'cli' | 'require'; export type TestOptions = { env?: boolean; host?: string; setBaseUrl?: (url: string) => void; };