0.2.3 • Published 7 months ago

@types/configs-overload v0.2.3

Weekly downloads
7
License
MIT
Repository
github
Last release
7 months ago

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

// Type definitions for configs-overload 0.2
// Project: https://github.com/floatdrop/configs-overload
// Definitions by: Anton Drobot <https://github.com/anton-drobot>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

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: Thu, 08 Jul 2021 09:08:06 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Anton Drobot.