/home/techb158/trello.abdallabala.com/node_modules/uuid/dist
Edit: /home/techb158/trello.abdallabala.com/node_modules/uuid/dist/v1ToV6.d.ts (182B)
import type { NonSharedArrayBuffer } from './types.js';
export default function v1ToV6(uuid: string): string;
export default function v1ToV6(uuid: Uint8Array): NonSharedArrayBuffer;