ken_nogi/NodeJS/ExcelToPDF/node_modules/uuid/dist/esm/v6ToV1.d.ts
Kenichiro NOGI 51a95c5e21 NodeJS
2025-07-10 10:12:37 +09:00

3 lines
116 B
TypeScript

export default function v6ToV1(uuid: string): string;
export default function v6ToV1(uuid: Uint8Array): Uint8Array;