eigent/package/@stackframe/stack-shared/dist/utils/browser-compat.d.mts
2025-08-12 01:16:39 +02:00

8 lines
244 B
TypeScript

declare function getBrowserCompatibilityReport(): {
optionalChaining: string | boolean;
nullishCoalescing: string | boolean;
weakRef: string | boolean;
cryptoUuid: string | boolean;
};
export { getBrowserCompatibilityReport };