UNPKG

@churchapps/apihelper

Version:

Library of helper functions not specific to any one ChurchApps project or framework.

6 lines 293 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ErrorLog = void 0; var ErrorLog_1 = require("./ErrorLog"); Object.defineProperty(exports, "ErrorLog", { enumerable: true, get: function () { return ErrorLog_1.ErrorLog; } }); //# sourceMappingURL=index.js.map