UNPKG

@mischback/buster

Version:

buster is a tool to support cache busting for static assets of a website.

10 lines 269 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BusterError = void 0; class BusterError extends Error { constructor(message) { super(message); } } exports.BusterError = BusterError; //# sourceMappingURL=errors.js.map