Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'testLib/objectRestOperator.js')
-rw-r--r--testLib/objectRestOperator.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/testLib/objectRestOperator.js b/testLib/objectRestOperator.js
new file mode 100644
index 0000000..4a2753d
--- /dev/null
+++ b/testLib/objectRestOperator.js
@@ -0,0 +1,2 @@
+let { ...a } = {};
+module.exports = a;