UNPKG

@types/es-abstract

Version:
5 lines (3 loc) 166 B
import type { PropertyDescriptor } from "../index"; declare function IsPropertyDescriptor(Desc: unknown): Desc is PropertyDescriptor; export = IsPropertyDescriptor;