the README states I should be able to do: ```js Eos = require('eosjs') eos = Eos.Testnet(...) ``` but if I: ```js console.log(Eos.Testnet) ``` I get `undefined`. I'm using v20.0.0-beta3 of eosjs. how is this supposed to work?