1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-04 10:19:24 +02:00
Oinktube/node_modules/lodash/fp/kebabCase.js
2024-03-07 11:31:51 -03:00

5 lines
191 B
JavaScript

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