## Usage
```javascript
var ns = require( '@stdlib/number/uint16/base' );
```
#### ns
Base utilities for unsigned 16-bit integers.
```javascript
var o = ns;
// returns {...}
```
- [`fromBinaryStringUint16( bstr )`][@stdlib/number/uint16/base/from-binary-string]: create an unsigned 16-bit integer from a literal bit representation.
- [`toBinaryStringUint16( x )`][@stdlib/number/uint16/base/to-binary-string]: return a string giving the literal bit representation of an unsigned 16-bit integer.