UNPKG

@boost/config

Version:

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

9 lines (8 loc) 172 B
/** * Overwrite the previous value with the next value. */ function overwrite(prev, next) { return next; } export { overwrite }; //# sourceMappingURL=overwrite.mjs.map