UNPKG
slither
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
Quick testing for short scripts
slither
/
src
/
cli-truncate.d.ts
5 lines
(4 loc)
•
100 B
TypeScript
View Raw
1
2
3
4
5
declare
module
"cli-truncate"
{
const
ct :
(
str
:
string
,
width
:
number
) =>
string
;
export
= ct; }