UNPKG

@netlify/config

Version:
6 lines (5 loc) 126 B
export type ModeOption = 'buildbot' | 'cli' | 'require'; export type TestOptions = { env?: boolean; host?: string; };