We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2faebf6 commit cfa67a0Copy full SHA for cfa67a0
lib/platform_support.ts
@@ -8,8 +8,6 @@
8
/**
9
* Valid platform identifiers
10
*/
11
-import type { Platform } from './platform_support';
12
-
13
export type Platform = 'browser' | 'node' | 'react_native' | '__universal__';
14
15
0 commit comments