🌾🌾 Paddy
Tiny (60B) JavaScript module for inserting character padding into a string
Purpose
Paddy allows you to insert a padding of desired length and content within a string.
Example
const simpleTab = ;const ghostTab = ; const simplePhrase = `I love simple tabs!`;const complexPhrase = `I love ghost tabs!`; console; // " I love simple tabs!"console; // "👻👻👻👻I love ghost tabs!"