Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

dropRightWhile.js 173B

12345
  1. var convert = require('./convert'),
  2. func = convert('dropRightWhile', require('../dropRightWhile'));
  3. func.placeholder = require('./placeholder');
  4. module.exports = func;