UNPKG

@boost/config

Version:

Powerful convention based finder, loader, and manager of both configuration and ignore files.

5 lines 159 B
/** * Overwrite the previous value with the next value. */ export declare function overwrite<T>(prev: T, next: T): T; //# sourceMappingURL=overwrite.d.ts.map