This repository has been archived on 2026-03-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
StasisWarden-Legacy/node_modules/es-toolkit/dist/compat/string/pad.mjs
T

9 lines
205 B
JavaScript

import { pad as pad$1 } from '../../string/pad.mjs';
import { toString } from '../util/toString.mjs';
function pad(str, length, chars) {
return pad$1(toString(str), length, chars);
}
export { pad };