UNPKG

@types/es-abstract

Version:
9 lines (7 loc) 239 B
import type { PropertyDescriptor, PropertyKey } from "../index"; declare function OrdinaryDefineOwnProperty( O: object, P: PropertyKey, Desc: PropertyDescriptor & ThisType<any>, ): boolean; export = OrdinaryDefineOwnProperty;