UNPKG

typia

Version:

Superfast runtime validators with only one line

9 lines (7 loc) 293 B
const _randomFormatUuid = () => "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, (c) => { const r = (Math.random() * 16) | 0; const v = c === "x" ? r : (r & 0x3) | 0x8; return v.toString(16); }); export { _randomFormatUuid }; //# sourceMappingURL=_randomFormatUuid.mjs.map