mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-12 19:59:02 +08:00
replace internal module to namespace
This commit is contained in:
2
restangular/restangular.d.ts
vendored
2
restangular/restangular.d.ts
vendored
@@ -14,7 +14,7 @@ declare module 'restangular' {
|
||||
|
||||
|
||||
|
||||
declare module restangular {
|
||||
declare namespace restangular {
|
||||
|
||||
interface IPromise<T> extends angular.IPromise<T> {
|
||||
call(methodName: string, params?: any): IPromise<T>;
|
||||
|
||||
Reference in New Issue
Block a user