UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

8 lines (7 loc) 223 B
import type { TName } from '../base/TBase.js'; import { TUInt, type UInt } from '../base/TUInt.js'; export type NumIndex = UInt; export declare class TNumIndex extends TUInt { tName(): TName; example(): NumIndex; }