Duffer Derek

Current Path : /var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/nullthrows/
Upload File :
Current File : /var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/nullthrows/nullthrows.js

'use strict';

function nullthrows(x, message) {
  if (x != null) {
    return x;
  }
  var error = new Error(message !== undefined ? message : 'Got unexpected ' + x);
  error.framesToPop = 1; // Skip nullthrows's own stack frame.
  throw error;
}

module.exports = nullthrows;
module.exports.default = nullthrows;

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

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists