UNPKG

@types/guid

Version:
16 lines (9 loc) 247 B
export = guid; declare function guid(guid: object): object; declare namespace guid { const EMPTY: string; const prototype: {}; function create(): object; function isGuid(value: string): boolean; function raw(): string; }