참고: 이 페이지는 아직 한국어로 번역되지 않았습니다. 아래는 영어 원문입니다.
function uuidV4(randomBytes): string
Returns the version 4 UUID for the randomBytes.

Parameters

ParameterTypeDescription
randomBytesBytesLikeThe random bytes to use.

Returns

string The UUID.

Source

utils/uuid.ts:15