mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Linebreaks
This commit is contained in:
@@ -14,4 +14,4 @@ var $jwtInterceptor: angular.jwt.IJwtInterceptor;
|
||||
|
||||
$jwtInterceptor.tokenGetter = () => {
|
||||
return expToken;
|
||||
}
|
||||
}
|
||||
|
||||
2
angular-jwt/angular-jwt.d.ts
vendored
2
angular-jwt/angular-jwt.d.ts
vendored
@@ -27,4 +27,4 @@ declare module angular.jwt {
|
||||
interface IJwtInterceptor {
|
||||
tokenGetter(): string;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user