Your IP : 216.73.216.236


Current Path : /home/kamilrogam/komp/2018/180513/git/jsMeme/node_modules/babel-runtime/helpers/
Upload File :
Current File : /home/kamilrogam/komp/2018/180513/git/jsMeme/node_modules/babel-runtime/helpers/temporalRef.js

"use strict";

exports.__esModule = true;

exports.default = function (val, name, undef) {
  if (val === undef) {
    throw new ReferenceError(name + " is not defined - temporal dead zone");
  } else {
    return val;
  }
};