botbook/node_modules/@azure/msal-common/dist/crypto/IGuidGenerator.d.ts
Rodrigo Rodriguez 6ae15fe3e5 Updated.
2024-09-04 13:13:15 -03:00

5 lines
No EOL
147 B
TypeScript

export interface IGuidGenerator {
generateGuid(): string;
isGuid(guid: string): boolean;
}
//# sourceMappingURL=IGuidGenerator.d.ts.map