PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@peculiar/asn1-schema/build/es2015

Просмотр файла: objects.js

export class AsnArray extends Array {
    constructor(items = []) {
        if (typeof items === "number") {
            super(items);
        }
        else {
            super();
            for (const item of items) {
                this.push(item);
            }
        }
    }
}

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


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