Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 529 Bytes

stringutils.md

File metadata and controls

33 lines (19 loc) · 529 Bytes

dastal - v5.0.0 / StringUtils

Namespace: StringUtils

Table of contents

Functions

Functions

pad

pad(str, maxLen, fillString): string

Pad a string from both sides.

Parameters

Name Type
str string
maxLen number
fillString string

Returns

string

Defined in

src/utils/stringUtils.ts:4