Refactoring: Move logic around
This commit is contained in:
parent
83fd79f674
commit
61df58cc7b
11 changed files with 123 additions and 99 deletions
7
types/config.d.ts
vendored
Normal file
7
types/config.d.ts
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
export default class ProjectConfig {
|
||||
config: any;
|
||||
constructor();
|
||||
load(): void;
|
||||
getConfig(): any;
|
||||
read(): any;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue