Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

Exclude<T, U>: T extends U ? never : T

Exclude from T those types that are assignable to U

Type parameters

  • T

  • U

FirstInputPolyfillEntry: Omit<PerformanceEventTiming, "processingEnd" | "toJSON">
NavigationTimingPolyfillEntry: Omit<<internal>.PerformanceNavigationTiming, "initiatorType" | "nextHopProtocol" | "redirectCount" | "transferSize" | "encodedBodySize" | "decodedBodySize" | "toJSON">
NavigationType: "back_forward" | "navigate" | "prerender" | "reload"
Omit<T, K>: Pick<T, Exclude<keyof T, K>>

Construct a type with the properties of T except for those in type K.

Type parameters

  • T

  • K: keyof any

Variables

PerformanceEntry: { prototype: <internal>.PerformanceEntry }

Type declaration

PerformanceNavigationTiming: { prototype: <internal>.PerformanceNavigationTiming }

Type declaration

PerformanceResourceTiming: { prototype: <internal>.PerformanceResourceTiming }

Type declaration

PerformanceServerTiming: { prototype: <internal>.PerformanceServerTiming }

Type declaration

Generated using TypeDoc