UNPKG

type-enhancers

Version:
4 lines (2 loc) 125 B
import type { IsExtends } from './IsExtends'; export type IsStringLikeNumber<T extends string> = IsExtends<T, `${number}`>;