1.1.3 • Published 6 months ago

@types/engine-check v1.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/engine-check

Summary

This package contains type definitions for engine-check (https://github.com/ppvg/node-engine-check).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/engine-check.

index.d.ts

// Type definitions for engine-check 1.1
// Project: https://github.com/ppvg/node-engine-check
// Definitions by: jgeth <https://github.com/jgeth>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare namespace engineCheck {
    interface Options {
        searchRoot?: string | undefined;
        silent?: boolean | undefined;
        debug?: boolean | undefined;
    }
}
declare function engineCheck(options?: engineCheck.Options): void;
export = engineCheck;

Additional Details

  • Last updated: Thu, 08 Jul 2021 12:01:08 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by jgeth.