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

1.2.4 • Public • Published

Installation

npm install --save @types/requireindex

Summary

This package contains type definitions for requireindex (https://github.com/stephenhandley/requireindex).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/requireindex.

index.d.ts

declare function requireindex(
    path: string,
    basenames?: readonly string[],
): { [filename: string]: any };

export = requireindex;

Additional Details

  • Last updated: Mon, 20 Nov 2023 23:36:24 GMT
  • Dependencies: none

Credits

These definitions were written by Brad Zacher.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/requireindex

Weekly Downloads

3,605

Version

1.2.4

License

MIT

Unpacked Size

2.85 kB

Total Files

5

Last publish

Collaborators

  • types