UNPKG

@boost/core

Version:

Robust pipeline for creating dev tools that separate logic into routines and tasks.

5 lines 178 B
/** * Wrap a value in a promise if it has not already been. */ export default function wrapWithPromise<T>(value: T): Promise<any>; //# sourceMappingURL=wrapWithPromise.d.ts.map