mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-26 13:27:28 +00:00
6 lines
169 B
JavaScript
6 lines
169 B
JavaScript
|
|
var convert = require('./convert'),
|
||
|
|
func = convert('flatMapDepth', require('../flatMapDepth'));
|
||
|
|
|
||
|
|
func.placeholder = require('./placeholder');
|
||
|
|
module.exports = func;
|