UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

10 lines (9 loc) 170 B
import { TUInt } from '../base/TUInt.js'; export class TNumIndex extends TUInt { tName() { return 'NumIndex'; } example() { return 0; } }