Home > @pearden/promise-props > init
Mount props and propsDeep functions onto Promise, so that they can be used as static methods of Promise
Signature:
declare function init(): void;
Returns:
void
init() ;
await Promise.props() ;
await Promise.propsDeep() ;