source: node_modules/es-toolkit/dist/compat/string/pad.js@ ba17441

Last change on this file since ba17441 was a762898, checked in by istevanoska <ilinastevanoska@…>, 6 months ago

Added visualizations

  • Property mode set to 100644
File size: 303 bytes
RevLine 
[a762898]1'use strict';
2
3Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
5const pad$1 = require('../../string/pad.js');
6const toString = require('../util/toString.js');
7
8function pad(str, length, chars) {
9 return pad$1.pad(toString.toString(str), length, chars);
10}
11
12exports.pad = pad;
Note: See TracBrowser for help on using the repository browser.