2017-01-12 3 views

答えて

0

はい、ノードv6以降でも同様の方法で構造解除を使用できます。詳細:Destructuring in Node.JS

例:

const { findIndex, last } = require('lodash'); 
関連する問題