mirror of
https://github.com/thangisme/notes.git
synced 2024-11-01 06:27:23 -04: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;
|