UNPKG

@types/es-abstract

Version:
5 lines (3 loc) 160 B
import type { PropertyKey } from "../index"; declare function CreateDataProperty(O: object, P: PropertyKey, V: unknown): boolean; export = CreateDataProperty;