bifocal/node_modules/@tryghost/errors/es/index.js

15 lines
314 B
JavaScript
Raw Normal View History

2024-06-19 09:56:58 -04:00
import * as ghostErrors from "./errors";
import { deserialize, isGhostError, prepareStackForUser, serialize } from "./utils";
export * from "./errors";
var src_default = ghostErrors;
const utils = {
serialize,
deserialize,
isGhostError,
prepareStackForUser
};
export {
src_default as default,
utils
};