We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cde9231 commit e7c02a7Copy full SHA for e7c02a7
index.d.ts
@@ -1,5 +1,5 @@
1
-export const GLIBC: string = 'glibc';
2
-export const MUSL: string = 'musl';
+export const GLIBC: 'glibc';
+export const MUSL: 'musl';
3
4
export function family(): Promise<string | null>;
5
export function familySync(): string | null;
0 commit comments