Neox 安装 npm install --save @neocoast/neox or yarn add @neocoast/neox 用法 import fromJS from '@neocoast/neox' ; const state = fromJS ( { loading : false , username : null , } ) ; console . log ( intialState ) ; // {values: Map(2), toJS: ƒ, set: ƒ} console . log ( state . values ) ; // Map(2) {"lo