@onekeyfe/coinselect
Version:
A transaction input selection module for bitcoin.
7 lines • 430 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.redactUserPathFromString = exports.startOfUserPathRegex = void 0;
exports.startOfUserPathRegex = /([/\\][Uu]sers[/\\]{1,4})([^"^'^[^\]^/^\\]*)/g;
const redactUserPathFromString = (text) => text.replace(exports.startOfUserPathRegex, '$1[*]');
exports.redactUserPathFromString = redactUserPathFromString;
//# sourceMappingURL=redactUserPath.js.map