UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

10 lines (9 loc) 192 B
import { TString } from '../base/TString.js'; export class TErrorCode extends TString { tName() { return 'ErrorCode'; } example() { return 'err_forbidden'; } }