UNPKG

136 BTypeScriptView Raw
1import type { PropertyKey } from "../index";
2
3declare function IsPropertyKey(arg: unknown): arg is PropertyKey;
4export = IsPropertyKey;