mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-05-29 15:44:31 +00:00
Merge remote-tracking branch 'upstream/master' into merge_7_25
This commit is contained in:
5
angular-environment/index.d.ts
vendored
5
angular-environment/index.d.ts
vendored
@@ -14,6 +14,11 @@ declare namespace angular.environment {
|
||||
* loads the correct environment variables.
|
||||
*/
|
||||
check: () => void;
|
||||
/**
|
||||
* Retrieves the correct version of a
|
||||
* variable for the current environment.
|
||||
*/
|
||||
read: (key: string) => any;
|
||||
}
|
||||
interface Service {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user