Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

Input

Input: "multi" | "list"

Describes function parameter input multi: ( a, b, c ... n ) => X list : ([a, b, c ... n]) => X

Mode

Mode: "sync" | "async"

Describes function modes sync : Normal function async: Promised result

Narrowable

Narrowable: string | number | bigint | boolean

Describes types that can be narrowed

  • 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.