Installation
npm install --save @types/which-pm-runs
Summary
This package contains type definitions for which-pm-runs (https://github.com/zkochan/packages/tree/master/which-pm-runs).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/which-pm-runs.
index.d.ts
declare function whichPMRuns(): undefined | { name: string; version: string };
export = whichPMRuns;
Additional Details
- Last updated: Tue, 07 Nov 2023 15:11:36 GMT
- Dependencies: none
Credits
These definitions were written by Chuah Chee Shian.