UNPKG
@templatone/utils
Version:
latest (1.2.6)
1.2.6
1.2.5
1.2.3
1.2.2
1.2.0
1.1.0
Collection of useful Templatone utils.
github.com/templatone/utils
templatone/utils
@templatone/utils
/
lib
/
Strings.d.ts
5 lines
(4 loc)
•
170 B
TypeScript
View Raw
1
2
3
4
5
export
declare
class
Strings
{
static
padLeft
(
s
:
string
,
length
: number,
pad
:
string
):
string
;
static
padRight
(
s
:
string
,
length
: number,
pad
:
string
):
string
; }