DIR: /proc/1991111/root/usr/share/nodejs/@types/es-abstract/2015/ |
Current File : //proc/1991111/root/usr/share/nodejs/@types/es-abstract/2015/OrdinaryDefineOwnProperty.d.ts |
import type { PropertyDescriptor, PropertyKey } from '../index'; declare function OrdinaryDefineOwnProperty( O: object, P: PropertyKey, Desc: PropertyDescriptor & ThisType<any>, ): boolean; export = OrdinaryDefineOwnProperty; |