added whole system from ola4doc
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = function (value) {
|
||||
if (value == null) throw new TypeError("Cannot use null or undefined");
|
||||
return value;
|
||||
};
|
||||
Reference in New Issue
Block a user