🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@types/shelljs-exec-proxy

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/shelljs-exec-proxy

TypeScript definitions for shelljs-exec-proxy

Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
106
73.77%
Maintainers
1
Weekly downloads
 
Created
Source

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

// Type definitions for shelljs-exec-proxy 0.1
// Project: https://github.com/nfischer/shelljs-exec-proxy#readme
// Definitions by: Nikita Volodin <https://github.com/qlonik>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2

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: Mon, 25 Sep 2023 13:39:06 GMT
  • Dependencies: @types/shelljs
  • Global values: none

Credits

These definitions were written by Nikita Volodin.

FAQs

Package last updated on 25 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts