@types/detect-libc
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Installation

npm install --save @types/detect-libc

Summary

This package contains type definitions for detect-libc (https://github.com/lovell/detect-libc).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/detect-libc.

index.d.ts

export const GLIBC: "glibc";
export const MUSL: "musl";
export const family: "" | "glibc" | "musl";
export const version: string;
export const method: "" | "getconf" | "ldd" | "filesystem";
export const isNonGlibcLinux: boolean;

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:05 GMT
  • Dependencies: none

Credits

These definitions were written by Jamie Magee.

Dependents (0)

Package Sidebar

Install

npm i @types/detect-libc

Weekly Downloads

10,297

Version

1.0.3

License

MIT

Unpacked Size

3.01 kB

Total Files

5

Last publish

Collaborators

  • types