mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Remove trailing whitespaces
This commit is contained in:
+1
-1
@@ -42,6 +42,6 @@ declare module "typescript-deferred" {
|
||||
export function create<T>(): DeferredInterface<T>;
|
||||
export function when<T>(value?: ThenableInterface<T>): PromiseInterface<T>;
|
||||
export function when<T>(value?: T): PromiseInterface<T>;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user