UNPKG

211 BJavaScriptView Raw
1'use strict';
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.hvals = hvals;
7
8var _lodash = require('lodash');
9
10function hvals(key) {
11 return (0, _lodash.values)(this.data.get(key));
12}
\No newline at end of file