mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-04 19:42:46 +08:00
Glue - Fixed compose to return promise
This commit is contained in:
2
types/glue/index.d.ts
vendored
2
types/glue/index.d.ts
vendored
@@ -28,4 +28,4 @@ export interface Manifest {
|
||||
};
|
||||
}
|
||||
|
||||
export function compose(manifest: Manifest, options?: Options): Server;
|
||||
export function compose(manifest: Manifest, options?: Options): Promise<Server>;
|
||||
|
||||
Reference in New Issue
Block a user