Install immutable using npm. npm install immutable. Then require it into any module. const { Map } = require('immutable'); const map1 = ...
確定! 回上一頁