hprose-typescript icon indicating copy to clipboard operation
hprose-typescript copied to clipboard

Hprose 3.0 for TypeScript

Results 1 hprose-typescript issues
Sort by recently updated
recently updated
newest added

1. `npm i --S @hprose/html5` 2. ```jsx import * as hprose from '@hprose/html5'; const client = new hprose.Client('http://127.0.0.1:8255'); ``` then: `TypeError: _hprose_rpc_html5__WEBPACK_IMPORTED_MODULE_4__.Client is not a constructor`.