UNPKG

@icapps/tree-house-errors

Version:

NodeJS default error definitions with an error parser utility function

7 lines (6 loc) 312 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getTranslator = void 0; const icappsTranslation = require("tree-house-translations"); const getTranslator = (path, defaultLocale) => icappsTranslation.initTranslator(path, defaultLocale); exports.getTranslator = getTranslator;