Content-Length: 59892 | pFad | https://millsp.github.io/ts-toolbelt/modules/function_promisify.html
Creates a promisified version of a Function F
Function
F
to promisify
async F
import {F} from 'ts-toolbelt' type test0 = F.Promisify<(a: number) => number> // (a: number) => Promise<number>
Fetched URL: https://millsp.github.io/ts-toolbelt/modules/function_promisify.html
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
Creates a promisified version of a
FunctionF