Skip to content
Snippets Groups Projects
Commit ac71f13b authored by Sigmund, Dominik's avatar Sigmund, Dominik
Browse files

Merge branch '2-add-optional-prefix-for-env-variables' into 'main'

Fix constructor

Closes #2

See merge request !4
parents 4f101cd6 f634f350
No related branches found
No related tags found
1 merge request!4Fix constructor
Pipeline #65490 passed
export class Config { export class Config {
constructor(); constructor(basePath?: string, envPrefix?: string);
_reload(): void; _reload(): void;
_show(): any; _show(): any;
} }
\ No newline at end of file
{ {
"name": "@libs/config", "name": "@libs/config",
"version": "1.13.1", "version": "1.13.2",
"description": "Simple Config with ENV Support", "description": "Simple Config with ENV Support",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment