MCPcopy
hub / github.com/meteor/meteor / Promise

Interface Promise

tools/index.d.ts:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7 }
8
9 interface Promise<T> {
10 // This is an incomplete list of methods added to Promise.prototype by the
11 // meteor-promise npm package. TODO Eventually these declarations should be
12 // moved into that package.
13 await: () => T;
14 }
15
16 interface Function {
17 // func-utils.ts makes usage of this feature

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…