UNPKG

phrase-engine

Version:

Language files on steroids for conversational UIs that aren't boring.

9 lines 265 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function mapFilter(map, keys) { const n_map = {}; keys.forEach(key => n_map[key] = map[key]); return n_map; } exports.default = mapFilter; //# sourceMappingURL=mapFilter.js.map