UNPKG

@types/es-abstract

Version:
6 lines (4 loc) 274 B
import type { DataDescriptor, PropertyDescriptor } from "../index"; declare function IsDataDescriptor<T = unknown>(Desc: PropertyDescriptor<T>): Desc is DataDescriptor<T>; declare function IsDataDescriptor(Desc: unknown): Desc is DataDescriptor; export = IsDataDescriptor;