UNPKG

160 BTypeScriptView Raw
1import type { PropertyKey } from "../index";
2
3declare function CreateDataProperty(O: object, P: PropertyKey, V: unknown): boolean;
4export = CreateDataProperty;