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

0.6.4 • Public • Published

Installation

npm install --save @types/rechoir

Summary

This package contains type definitions for rechoir (https://github.com/gulpjs/rechoir).

Details

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

index.d.ts

import { Extensions } from "interpret";

export function prepare(
    config: Extensions,
    filepath: string,
    requireFrom?: string,
): true | Attempt[];

export interface Attempt {
    moduleName: string;
    module: any;
    error: Error | null;
}

Additional Details

Credits

These definitions were written by BendingBender.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/rechoir

Weekly Downloads

7,589

Version

0.6.4

License

MIT

Unpacked Size

3.13 kB

Total Files

5

Last publish

Collaborators

  • types