UNPKG

@types/es-abstract

Version:
3 lines (2 loc) 134 B
declare function SameValueNonNumeric<T extends Exclude<unknown, number | bigint>>(x: T, y: T): boolean; export = SameValueNonNumeric;