UNPKG

type-enhancers

Version:
5 lines (3 loc) 147 B
import type { IsExtends } from './IsExtends'; import type { Primitive } from './Primitive'; export type IsPrimitive<T> = IsExtends<T, Primitive>;