-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9bc45ae
commit b5a8edc
Showing
2 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
/** Declaration file generated by dts-gen */ | ||
|
||
export function clear(key: string): void; | ||
|
||
export function clearGlobal(key: string): void; | ||
|
||
export function get<T>(key: string): T; | ||
|
||
export function getValueStackCopy(): Object; | ||
|
||
export function pop(): void; | ||
|
||
export function push(values: Object): void; | ||
|
||
export function pushArgv(): void; | ||
|
||
export function pushEnv(): void; | ||
|
||
export function pushJsonFile(filePath: string): void; | ||
|
||
export function set<T>(key: string, value: T): void; | ||
|
||
export function setGlobal<T>(key: string, value: T): void; | ||
|
||
export function toObject(): Object; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters