UNPKG

js-proxy

Version:

The one-stop shop solution for JS Proxies and FFI APIs

8 lines (7 loc) 233 B
'use strict'; (m => Object.keys(m).map(k => k !== 'default' && (exports[k] = m[k]))) (require('proxy-target/traps')); const DESTRUCT = 'destruct'; exports.DESTRUCT = DESTRUCT; const VALUE_OF = 'valueOf'; exports.VALUE_OF = VALUE_OF;