Variable wxMakePromise

Source
Expand description

Simple utility for making a promise and getting its resolve and reject functions.

const wxMakePromise: <T>() => WxPromiseWrapper<T>makePromise