PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/graphql/jsutils

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

'use strict';

Object.defineProperty(exports, '__esModule', {
  value: true,
});
exports.devAssert = devAssert;

function devAssert(condition, message) {
  const booleanCondition = Boolean(condition);

  if (!booleanCondition) {
    throw new Error(message);
  }
}

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


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