UNPKG

@polkadot/types-codec

Version:
11 lines (10 loc) 234 B
import { Float } from '../native/Float.js'; /** * @name f32 * @description * A 32-bit float */ export class f32 extends Float.with(32) { // NOTE without this, we cannot properly determine extensions __FloatType = 'f32'; }