File: objectRestOperator.js

package info (click to toggle)
node-rewire 6.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 392 kB
  • sloc: javascript: 1,386; makefile: 2
file content (2 lines) | stat: -rw-r--r-- 39 bytes parent folder | download
1
2
let { ...a } = {};
module.exports = a;