UNPKG

@types/es-abstract

Version:
5 lines (3 loc) 136 B
import type { PropertyKey } from "../index"; declare function IsPropertyKey(arg: unknown): arg is PropertyKey; export = IsPropertyKey;