5 lines
147 B
TypeScript
5 lines
147 B
TypeScript
![]() |
export interface IGuidGenerator {
|
||
|
generateGuid(): string;
|
||
|
isGuid(guid: string): boolean;
|
||
|
}
|
||
|
//# sourceMappingURL=IGuidGenerator.d.ts.map
|