mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 05:53:03 +00:00
Formatted files. Using ds as prefix instead of dspace.
This commit is contained in:
8
src/typings.d.ts
vendored
8
src/typings.d.ts
vendored
@@ -39,7 +39,7 @@ interface SystemJS {
|
||||
// Extra variables that live on Global that will be replaced by webpack DefinePlugin
|
||||
declare var ENV: string;
|
||||
declare var HMR: boolean;
|
||||
declare var Zone: {current: any};
|
||||
declare var Zone: { current: any };
|
||||
interface GlobalEnvironment {
|
||||
ENV;
|
||||
HMR;
|
||||
@@ -68,6 +68,6 @@ interface WebpackRequire {
|
||||
}
|
||||
|
||||
// Extend typings
|
||||
interface NodeRequire extends WebpackRequire {}
|
||||
interface NodeModule extends WebpackModule {}
|
||||
interface Global extends GlobalEnvironment {}
|
||||
interface NodeRequire extends WebpackRequire { }
|
||||
interface NodeModule extends WebpackModule { }
|
||||
interface Global extends GlobalEnvironment { }
|
||||
|
Reference in New Issue
Block a user