Options
All
  • Public
  • Public/Protected
  • All
Menu

@ariesclark/utils

Index

Type aliases

Expand<T>: T extends T ? { [ P in keyof T]: T[P] } : never

Type parameters

  • T

UnionToIntersection<U>: (U extends U ? (x: U) => any : never) extends (x: infer I) => any ? I : never

Type parameters

  • U

Generated using TypeDoc