/home/techb158/balavpn.abdallabala.com/node_modules/detect-libc
NameSizeModeActions
lib/-0777rm
index.d.ts4360666editdlrm
LICENSE113570666editdlrm
package.json12780666editdlrm
README.md32150666editdlrm
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/detect-libc/index.d.ts (436B)
// Copyright 2017 Lovell Fuller and others. // SPDX-License-Identifier: Apache-2.0 export const GLIBC: 'glibc'; export const MUSL: 'musl'; export function family(): Promise; export function familySync(): string | null; export function isNonGlibcLinux(): Promise; export function isNonGlibcLinuxSync(): boolean; export function version(): Promise; export function versionSync(): string | null;