0.4.4 • Published 7 months ago

@types/global-npm v0.4.4

Weekly downloads
58
License
MIT
Repository
github
Last release
7 months ago

Installation

npm install --save @types/global-npm

Summary

This package contains type definitions for global-npm (https://github.com/dracupid/global-npm).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/global-npm.

index.d.ts

// Type definitions for global-npm 0.4
// Project: https://github.com/dracupid/global-npm
// Definitions by: Waseem Dahman <https://github.com/wsmd>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

import * as npm from 'npm';

interface GlobalNPM {
    GLOBAL_NPM_PATH: string;
    GLOBAL_NPM_BIN: string;
}

declare var globalNPM: GlobalNPM & typeof npm;
export = globalNPM;

Additional Details

  • Last updated: Thu, 12 Aug 2021 00:01:24 GMT
  • Dependencies: @types/npm
  • Global values: none

Credits

These definitions were written by Waseem Dahman.

0.4.4

7 months ago

0.4.3

7 months ago

0.4.2

8 months ago

0.4.1

3 years ago

0.4.0

4 years ago