| DIR:/proc/thread-self/cwd/bright.medisavehealthcarebd.com/node_modules/es5-ext/error/ |
| Current File : //proc/thread-self/cwd/bright.medisavehealthcarebd.com/node_modules/es5-ext/error////valid-error.js |
"use strict";
var isError = require("./is-error");
module.exports = function (value) {
if (!isError(value)) throw new TypeError(value + " is not an Error object");
return value;
};
|