uuid.d.ts 49 B

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