UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

10 lines (9 loc) 184 B
import { TString } from '../base/TString.js'; export class TUsername extends TString { tName() { return 'Username'; } example() { return 'dmorgan'; } }