UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

10 lines (9 loc) 179 B
import { TUInt } from '../base/TUInt.js'; export class TUIntQuantity extends TUInt { tName() { return 'UIntQuantity'; } example() { return 10; } }