|
Last change
on this file was a762898, checked in by istevanoska <ilinastevanoska@…>, 5 months ago |
|
Added visualizations
|
-
Property mode
set to
100644
|
|
File size:
303 bytes
|
| Rev | Line | |
|---|
| [a762898] | 1 | 'use strict';
|
|---|
| 2 |
|
|---|
| 3 | Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|---|
| 4 |
|
|---|
| 5 | const pad$1 = require('../../string/pad.js');
|
|---|
| 6 | const toString = require('../util/toString.js');
|
|---|
| 7 |
|
|---|
| 8 | function pad(str, length, chars) {
|
|---|
| 9 | return pad$1.pad(toString.toString(str), length, chars);
|
|---|
| 10 | }
|
|---|
| 11 |
|
|---|
| 12 | exports.pad = pad;
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.