UNPKG

@glowjs/core

Version:

GlowJS数字孪生引擎核心库。

6 lines (5 loc) 130 B
/** * 执行Promise * @param promise */ export declare function to<T>(promise: Promise<T>): Promise<[err: any, data: T]>;