UNPKG

@tsed/config

Version:
13 lines (12 loc) 294 B
export function withOptions(use, { name, priority, validationSchema, enabled, refreshOn, watch, ...opts }) { return { name, priority, validationSchema, use, watch, refreshOn, enabled: enabled !== false, options: opts }; }