UNPKG
dastal
Version:
latest (5.0.0)
5.0.0
4.1.3
4.1.2
4.1.1
4.1.0
4.0.0
3.0.0
2.1.0
2.0.0
1.4.0
1.3.1
1.3.0
1.2.0
1.1.0
1.0.0
Data Structures & Algorithms implementations
github.com/havelessbemore/dastal
havelessbemore/dastal
dastal
/
lib
/
src
/
utils
/
stringUtils.d.ts
5 lines
(4 loc)
•
127 B
TypeScript
View Raw
1
2
3
4
5
/** * Pad a string from both sides. */
export
declare
function
pad
(
str
:
string
,
maxLen
:
number
,
fillString
:
string
):
string
;