UNPKG

@pipepack/enhanced-resolver

Version:

yet, reimplement enhanced-resolve with the idea 'simple is best'.

6 lines (5 loc) 211 B
/** * @description - extract override with better type declaration, save type byte * @author - huang.jian <hjj491229492@hotmail.com> */ export declare function assign<T>(request: T, override: Partial<T>): T;