PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/istanbul-lib-coverage/lib

Просмотр файла: data-properties.js

'use strict';

module.exports = function dataProperties(klass, properties) {
    properties.forEach(p => {
        Object.defineProperty(klass.prototype, p, {
            enumerable: true,
            get() {
                return this.data[p];
            }
        });
    });
};

Выполнить команду


Для локальной разработки. Не используйте в интернете!