UNPKG

@m_theo/small

Version:

Retrun some gibberish words

6 lines (4 loc) 152 B
module.exports = function small(string) { if (typeof string != 'string') throw new TypeError('small accepts strings') return 'hehee hehe xoxo' }