Skip to content

@loontail/minecraft-kit v0.5.0 / stripUuidDashes

Function: stripUuidDashes()

ts
function stripUuidDashes(uuid): string

Strip the dashes from a UUID. Used by ${auth_uuid}.

Parameters

ParameterType
uuidstring

Returns

string

Source

src/core/uuid.ts:24

MIT License