Buckets:
| // Copyright 2017 Lovell Fuller and others. | |
| // SPDX-License-Identifier: Apache-2.0 | |
| export const GLIBC: 'glibc'; | |
| export const MUSL: 'musl'; | |
| export function family(): Promise<string | null>; | |
| export function familySync(): string | null; | |
| export function isNonGlibcLinux(): Promise<boolean>; | |
| export function isNonGlibcLinuxSync(): boolean; | |
| export function version(): Promise<string | null>; | |
| export function versionSync(): string | null; | |
Xet Storage Details
- Size:
- 436 Bytes
- Xet hash:
- a72a1119fc2dfff2eef16f82bc3b6486d293b6f2015c90a673c049813ee8c276
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.