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

1.1.3 • Public • Published

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

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: Mon, 06 Nov 2023 22:41:05 GMT
  • Dependencies: none

Credits

These definitions were written by jgeth.

/@types/engine-check/

    Package Sidebar

    Install

    npm i @types/engine-check

    Weekly Downloads

    4

    Version

    1.1.3

    License

    MIT

    Unpacked Size

    3.08 kB

    Total Files

    5

    Last publish

    Collaborators

    • types