blob: 07a49a3271adf043c703a387773c8b057d772e22 (
plain)
1
2
3
4
5
|
require('../../modules/es.map');
require('../../modules/esnext.map.map-keys');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Map', 'mapKeys');
|