UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

10 lines (9 loc) 201 B
import { TString } from '../base/TString.js'; export class TJobTitle extends TString { tName() { return 'JobTitle'; } example() { return 'Senior Software Engineer'; } }