Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
array equals などのMOUTモジュールをJSPMを使用してファイルにインポートするにはどうすればよいですか?
1 つのオプションは、NPM から最新バージョンをインストールすることです。
jspm install npm:mout
次のように使用します。
import equals from 'mout/array/equals'; console.log(equals([1], [2], function() { console.log(arguments); }));