DIR: /proc/1991111/root/usr/share/nodejs/@types/es-abstract/2015/ |
Current File : //proc/1991111/root/usr/share/nodejs/@types/es-abstract/2015/CreateDataPropertyOrThrow.d.ts |
import type { PropertyKey } from '../index'; /** * @throws {TypeError} If the property can't be created. */ declare function CreateDataPropertyOrThrow(O: object, P: PropertyKey, V: unknown): true; export = CreateDataPropertyOrThrow; |