Updated readMe to have all GitHubs
This commit is contained in:
14
ProjectSourceCode/node_modules/detect-libc/index.d.ts
generated
vendored
14
ProjectSourceCode/node_modules/detect-libc/index.d.ts
generated
vendored
@@ -1,14 +0,0 @@
|
||||
// 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;
|
||||
Reference in New Issue
Block a user