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

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

fix typescript definition

Closes #2

See merge request !3
parents 9beebdef a5a45eda
No related branches found
No related tags found
1 merge request!3fix typescript definition
Pipeline #65486 passed
export as namespace Config;
export = Config;
declare class Config {
export class Config {
constructor();
_reload(): void;
_show(): any;
......
{
"name": "@libs/config",
"version": "1.13.0",
"version": "1.13.1",
"description": "Simple Config with ENV Support",
"main": "index.js",
"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