forked from mirror/Riven
1
0
Fork 0
Riven/riven/srcgen/node_modules/lodash/fp/flattenDepth.js

6 lines
169 B
JavaScript

var convert = require('./convert'),
func = convert('flattenDepth', require('../flattenDepth'));
func.placeholder = require('./placeholder');
module.exports = func;