UNPKG

gnablib

Version:

A lean, zero dependency library to provide a useful base for your project.

2 lines 201 B
/*! Copyright 2023 the gnablib contributors MPL-1.1 */ export class ACudColType{constructor(t){this.nullable=t}toBin(){const t=new Uint8Array(1);return t[0]=this._colType,this.nullable&&(t[0]|=128),t}}