UNPKG

@types/requireindex

Version:
26 lines (19 loc) 760 B
# 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](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/requireindex/index.d.ts) ````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](https://github.com/bradzacher).