UNPKG

stimulsoft-forms

Version:
11 lines (10 loc) 255 B
export default class Guid { private id; static newGuid(): Guid; static newGuidString(): string; private static s4; toString(): string; static empty(): Guid; static compareTo(value: Guid): number; constructor(id: string); }