UNPKG

@types/es-abstract

Version:
5 lines (3 loc) 140 B
import type { PropertyKey } from ".."; declare function isPropertyKey(argument: unknown): argument is PropertyKey; export = isPropertyKey;