uuid.d.ts 118 B

12345
  1. /**
  2. * https://stackoverflow.com/a/2117523
  3. */
  4. export declare let uuid4: () => any;
  5. //# sourceMappingURL=uuid.d.ts.map