UNPKG

town-crier

Version:

Add multiple RSS feeds or choose from the default ones and get news directly to your command line

6 lines (4 loc) 100 B
'use strict'; module.exports = function zeroPad(num) { return num <= 9 ? ('0' + num) : num; };