UNPKG
@zkochan/table
Version:
latest (2.0.1)
2.0.1
2.0.0
1.0.1
1.0.0
Formats data into a string table.
github.com/gajus/table
gajus/table
@zkochan/table
/
dist
/
src
/
wrapWord.d.ts
2 lines
(1 loc)
•
74 B
TypeScript
View Raw
1
2
export
declare
const
wrapWord
:
(
input
:
string
,
size
:
number
) =>
string
[];