UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

10 lines (9 loc) 188 B
import { TString } from '../base/TString.js'; export class TFileName extends TString { tName() { return 'FileName'; } example() { return 'picture.png'; } }