Proksea/node_modules/@azure/msal-common/dist/crypto/IGuidGenerator.d.ts
2024-07-05 00:09:37 +08:00

5 lines
143 B
TypeScript

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