mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-10 19:54:57 +02:00
8 lines
215 B
JavaScript
8 lines
215 B
JavaScript
'use strict';
|
|
require('../../modules/es.object.to-string');
|
|
require('../../modules/es.map');
|
|
require('../../modules/es.map.group-by');
|
|
var path = require('../../internals/path');
|
|
|
|
module.exports = path.Map.groupBy;
|