mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
10 lines
238 B
JavaScript
10 lines
238 B
JavaScript
'use strict';
|
|
|
|
const _mapping = require('../../fp/_mapping');
|
|
const util = require('./util');
|
|
const Hash = util.Hash;
|
|
|
|
/*----------------------------------------------------------------------------*/
|
|
|
|
module.exports = new Hash(_mapping);
|