/home/techb158/trello.abdallabala.com/node_modules/uuid/dist
Edit: /home/techb158/trello.abdallabala.com/node_modules/uuid/dist/v6.d.ts (291B)
import type { Version6Options } from './types.js';
declare function v6(options?: Version6Options, buf?: undefined, offset?: number): string;
declare function v6
(options: Version6Options | undefined, buf: TBuf, offset?: number): TBuf;
export default v6;