UNPKG

commanding

Version:

A simple yet practical command-Line application framework, written in TypeScript.

10 lines (9 loc) 282 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class SanitizationError extends Error { constructor(message) { super(message); Object.setPrototypeOf(this, new.target.prototype); } } exports.SanitizationError = SanitizationError;