UNPKG

239 BTypeScriptView Raw
1import type { PropertyDescriptor, PropertyKey } from '../index';
2
3declare function OrdinaryDefineOwnProperty(
4 O: object,
5 P: PropertyKey,
6 Desc: PropertyDescriptor & ThisType<any>,
7): boolean;
8export = OrdinaryDefineOwnProperty;