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

0.2.3 • Public • Published

Installation

npm install --save @types/configs-overload

Summary

This package contains type definitions for configs-overload (https://github.com/floatdrop/configs-overload).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/configs-overload.

index.d.ts

export interface ConfigsOverloadOptions {
    defaultEnv?: string | undefined;
    env?: string | undefined;
}

export interface ExtendableConfig {
    [key: string]: any;
}

export default function configsOverload(configsDirectory?: string, options?: ConfigsOverloadOptions): ExtendableConfig;

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:05 GMT
  • Dependencies: none

Credits

These definitions were written by Anton Drobot.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/configs-overload

Weekly Downloads

3

Version

0.2.3

License

MIT

Unpacked Size

3.2 kB

Total Files

5

Last publish

Collaborators

  • types