0.0.32 • Published 6 months ago

@types/rcloader v0.0.32

Weekly downloads
1,219
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/rcloader

Summary

This package contains type definitions for rcloader (https://github.com/spalger/rcloader).

Details

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

index.d.ts

// Type definitions for rcloader
// Project: https://github.com/spalger/rcloader
// Definitions by: Panu Horsmalahti <https://github.com/panuhorsmalahti>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped


interface Options {
    [property: string]: any;
    lookup?: boolean | undefined;
}

declare class RcLoader {
    constructor(configfilename: string, options: string | Options);
    for(path: string, callback?: (error: any, fileOpts: any) => void): void;
}

export = RcLoader;

Additional Details

  • Last updated: Thu, 08 Jul 2021 20:20:19 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Panu Horsmalahti.

0.0.30

8 months ago

0.0.31

7 months ago

0.0.32

6 months ago

0.0.29

3 years ago

0.0.28

8 years ago

0.0.27

8 years ago

0.0.26-alpha

8 years ago

0.0.25-alpha

8 years ago

0.0.24-alpha

8 years ago

0.0.23-alpha

8 years ago

0.0.22-alpha

8 years ago

0.0.21-alpha

8 years ago

0.0.20-alpha

8 years ago

0.0.15-alpha

8 years ago

0.0.14-alpha

8 years ago