Usage
The code needs a ES2015+ polyfill to work, for example regenerator-runtime/runtime.
await import( 'regenerator-runtime/runtime.js' ) ;
// or
import 'regenerator-runtime/runtime.js' ;
Then
const uint32 = await import( '@arithmetic-type/uint32' ) ;
// or
import * as uint32 from '@arithmetic-type/uint32' ;