UNPKG

@types/es-abstract

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