UNPKG

simple-redact

Version:
9 lines (8 loc) 299 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RedactMethod = void 0; var RedactMethod; (function (RedactMethod) { RedactMethod["REDACT"] = "redact"; RedactMethod["MASK"] = "mask"; })(RedactMethod = exports.RedactMethod || (exports.RedactMethod = {}));