uuid.d.ts 49 B

1234
  1. declare function uuid(): string;
  2. export = uuid;