mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-18 08:13:39 -05:00
5 lines
223 B
JavaScript
5 lines
223 B
JavaScript
// Coding standard for this project defined @ https://github.com/MatthewSH/standards/blob/master/JavaScript.md
|
|
const $rightpad = require('../rightpad');
|
|
|
|
console.log($rightpad('hello world', 14, '.')); // => hello world...
|