@types/windows-elevate
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

Installation

npm install --save @types/windows-elevate

Summary

This package contains type definitions for windows-elevate (https://github.com/ChristopherHaws/node-windows-elevate/).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/windows-elevate.

index.d.ts

/// <reference types="node" />

import { ChildProcess, ExecFileException } from "child_process";

export function exec(
    cmd: string,
    options?: string | readonly string[] | null,
    callback?: (error: ExecFileException, stdout: string, stderr: string) => void,
): ChildProcess;

Additional Details

  • Last updated: Mon, 20 Nov 2023 23:36:24 GMT
  • Dependencies: @types/node

Credits

These definitions were written by Zlatko Andonovski.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/windows-elevate

Weekly Downloads

442

Version

1.0.4

License

MIT

Unpacked Size

3.27 kB

Total Files

5

Last publish

Collaborators

  • types