*Update dist

This commit is contained in:
Derrick Hammer 2022-09-21 15:56:48 -04:00
parent d260933384
commit 909e233f23
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 5 additions and 5 deletions

10
dist/index.d.ts vendored
View File

@ -10,11 +10,11 @@ export interface Options {
alias?: object;
}
export interface LoadOptions {
hash?: string;
query?: string;
env?: object;
argv?: string[];
config?: string;
hash?: string | boolean;
query?: string | boolean;
env?: object | boolean;
argv?: string[] | boolean;
config?: string | boolean;
}
/**
* Config Parser