diff --git a/src/functions/AeplSetInspect.js b/src/functions/AeplSetInspect.js new file mode 100644 index 0000000..20f8fe8 --- /dev/null +++ b/src/functions/AeplSetInspect.js @@ -0,0 +1,15 @@ +const util = require('util'); +module.exports = + + +(c) => ({ + + data: function AeplSetInspect(func) { + c.prototype[util.inspect.custom] = func; + return func; + }, + + + refs: [ "setInspect", "setI" ] + +});