UNPKG

yamlify-object

Version:
11 lines 317 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.errorToString = void 0; function errorToString(error, prefix) { return Error .prototype .toString .call(error); } exports.errorToString = errorToString; //# sourceMappingURL=errorToString.js.map