UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

10 lines (9 loc) 181 B
import { TUInt } from '../base/TUInt.js'; export class TUIntDuration extends TUInt { tName() { return 'UIntDuration'; } example() { return 3600; } }