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

fix typescript definition

parent d1fdf564
No related branches found
No related tags found
1 merge request!3fix typescript definition
Pipeline #65484 failed
export as namespace Config; export class Config {
export = Config;
declare class Config {
constructor(); constructor();
_reload(): void; _reload(): void;
_show(): any; _show(): any;
......
{ {
"name": "@libs/config", "name": "@libs/config",
"version": "1.13.0", "version": "1.13.1",
"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