@types/shelljs-exec-proxy
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

Installation

npm install --save @types/shelljs-exec-proxy

Summary

This package contains type definitions for shelljs-exec-proxy (https://github.com/nfischer/shelljs-exec-proxy#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/shelljs-exec-proxy.

index.d.ts

import * as shelljs from "shelljs";

interface Exec {
    (...command: string[]): shelljs.ExecOutputReturnValue;
    [k: string]: Exec;
}

type ShelljsExecProxy = { [k: string]: Exec } & typeof shelljs;

declare const shelljsExecProxy: ShelljsExecProxy;
export = shelljsExecProxy;

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: @types/shelljs

Credits

These definitions were written by Nikita Volodin.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/shelljs-exec-proxy

Weekly Downloads

4

Version

0.1.3

License

MIT

Unpacked Size

3.27 kB

Total Files

5

Last publish

Collaborators

  • types