D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
public_html
/
wabot.delyntro.com
/
node_modules
/
ulid
/
dist
/
Filename :
uuid.d.cts
back
Copy
import { UUID } from "crypto"; import { ULID } from "./types.js"; /** * Convert a ULID to a UUID * @param ulid The ULID to convert * @returns A UUID string */ export declare function ulidToUUID(ulid: ULID): UUID; /** * Convert a UUID to a ULID * @param uuid The UUID to convert * @returns A ULID string */ export declare function uuidToULID(uuid: string): ULID;