Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

Promisify

Promisify<F>: function

Creates a promisified version of a Function F

Type parameters

returns

async F

example

import {F} from 'ts-toolbelt'

type test0 = F.Promisify<(a: number) => number> // (a: number) => Promise<number>

  • Inherited
  • Protected
  • Private
  • Static
  • Module
  • Object
  • Property
  • Function
  • Variable
  • Index
  • Type
  • Class
  • Interface
  • Enum
  • Constructor
  • Getter/Setter
Made with ❤️ by pirix-gh. Documentation generated by TypeDoc.