UNPKG

@schamane/small-graphql-mongoose-middleware

Version:

![Check Code](https://github.com/schamane/small-graphql-mongoose-middleware/workflows/Check%20Code/badge.svg)

7 lines 313 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.translateField = void 0; const lodash_1 = require("lodash"); const translateField = (key, Translations) => (0, lodash_1.get)(Translations, key, key); exports.translateField = translateField; //# sourceMappingURL=translate.js.map