Gathering detailed insights and metrics for @types/node-abi
Gathering detailed insights and metrics for @types/node-abi
Gathering detailed insights and metrics for @types/node-abi
Gathering detailed insights and metrics for @types/node-abi
npm install @types/node-abi
Typescript
Module System
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
npm install --save @types/node-abi
This package contains type definitions for node-abi (https://github.com/lgeiger/node-abi#readme).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-abi.
1export type Runtime = "electron" | "node" | "node-webkit"; 2export interface Target { 3 abi: string; 4 lts: boolean; 5 runtime: Runtime; 6 target: string; 7} 8 9export let additionalTargets: Target[]; 10export let allTargets: Target[]; 11export let deprecatedTargets: Target[]; 12export let futureTargets: Target[]; 13export let supportedTargets: Target[]; 14 15export function getAbi(target: string, runtime?: Runtime): string; 16export function getTarget(abi?: string | null, runtime?: Runtime): string; 17export function _getNextTarget(runtime: Runtime, targets?: Target[]): string | null; 18
These definitions were written by Florian Keller.
No vulnerabilities found.
No security vulnerabilities found.