UNPKG

@hypst/time-beat-format

Version:
9 lines (8 loc) 272 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class NegativeValueError extends TypeError { constructor(message) { super(message || "Value shouldn't be negative."); } } exports.NegativeValueError = NegativeValueError;