| /** @internal */ | |
| export const redactedRegistry = /*#__PURE__*/new WeakMap(); | |
| /** @internal */ | |
| export const value = self => { | |
| if (redactedRegistry.has(self)) { | |
| return redactedRegistry.get(self); | |
| } else { | |
| throw new Error("Unable to get redacted value" + (self.label ? ` with label: "${self.label}"` : "")); | |
| } | |
| }; | |
| /** @internal */ | |
| export const stringOrRedacted = val => typeof val === "string" ? val : value(val); | |
| //# sourceMappingURL=redacted.js.map |
Xet Storage Details
- Size:
- 460 Bytes
- Xet hash:
- 4be87afb6640f244215026b8b5cce30afc992c1a5f73476690e33776cc810b47
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.