UNPKG

surrogate

Version:

Object method hooks made easy

10 lines (9 loc) 210 B
export interface NextOptions extends BailOptions { bail?: boolean; } export interface BailOptions { error?: Error | false | null | undefined; bailWith?: any; replace?: any; using?: any[]; }