UNPKG

@luma.gl/core

Version:

The luma.gl core Device API

6 lines 182 B
export declare function withResolvers<T>(): { promise: Promise<T>; resolve: (t: T) => void; reject: (error: Error) => void; }; //# sourceMappingURL=promise-utils.d.ts.map