Skip to content

Commit

Permalink
Create AeplSetInspect.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shysolocup authored Nov 12, 2023
1 parent 4c83bfb commit d347c7c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/functions/AeplSetInspect.js
Original file line number Diff line number Diff line change
@@ -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" ]

});

0 comments on commit d347c7c

Please sign in to comment.