// Type definitions for requireindex 1.2 // Project: https://github.com/stephenhandley/requireindex // Definitions by: Brad Zacher // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare function requireindex( path: string, basenames?: ReadonlyArray, ): {[filename: string]: any}; export = requireindex;