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