PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/depcheck/dist/detector

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

"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.default = detectExportDeclaration;
function detectExportDeclaration(node) {
  return (node.type === 'ExportNamedDeclaration' || node.type === 'ExportAllDeclaration') && node.source && node.source.value ? [node.source.value] : [];
}
module.exports = exports.default;

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


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