UNPKG
@2fd/command
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
Modular command line tool
github.com/2fd/command
2fd/command
@2fd/command
/
lib
/
command
/
helper.d.ts
4 lines
(3 loc)
•
157 B
TypeScript
View Raw
1
2
3
4
export
declare
const
TAB_SIZE
:
number
;
export
declare
function
toString
(
obj
:
any
):
string
;
export
declare
function
repeat
(
str
:
string
,
len
:
number
):
string
;