Current section

Files

Jump to
gossamer src gossamer promise.type.ts
Raw

src/gossamer/promise.type.ts

export type Promise$<T> = Promise<T>;