UNPKG

@wabarc/cairn

Version:

Node package and CLI tool for saving web page as single HTML file

13 lines 367 B
"use strict"; /* * Copyright 2023 Wayback Archiver. All rights reserved. * Use of this source code is governed by the MIT * license that can be found in the LICENSE file. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.err = void 0; const err = (msg) => { throw new Error(msg); }; exports.err = err; //# sourceMappingURL=error.js.map