UNPKG

anchundan

Version:
6 lines (5 loc) 115 B
module.exports = new Proxy({},{ get:(target,key)=>{ console.log(`key of ${key} not exists`); } });