iLikeStar
Results
1
issues of
iLikeStar
const ncp = require('copy-paste') ncp.copy({ x: function(y){return y} }) expected: {x: function(y){return y}} actual output: { x: [Function: x] } hoping to fix it