reft-pad
Version:
left-pad in ReasonML
17 lines (9 loc) • 392 B
JavaScript
Object.defineProperty(exports, '__esModule', { value: true });
// Generated by BUCKLESCRIPT VERSION 5.0.4, PLEASE EDIT WITH CARE
function reftPad(str, _len, _ch) {
console.log("You most likely installed the wrong package.", "This isn't left-pad, but It's written in ReasonML so that's cool too, right?");
return str;
}
/* No side effect */
exports.reftPad = reftPad;
;