Home Manual Reference Source

Usage

Import the library where needed

const int32 = await import('@arithmetic-type/int32');
// or
import * as int32 from '@arithmetic-type/int32';