UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

10 lines (9 loc) 228 B
import { TString } from '../base/TString.js'; export class TErrorMessage extends TString { tName() { return 'ErrorMessage'; } example() { return 'You are not allowed to access this resource'; } }