Guid.d.ts 66 B

1234
  1. declare class Guid {
  2. static new(): string;
  3. }
  4. export { Guid };