UNPKG
budgie-cli
Version:
latest (0.3.0)
0.3.0
Node CLI for Budgie.
github.com/highschoolhacking/budgie-cli
highschoolhacking/budgie-cli
budgie-cli
/
lib
/
utils
/
text.d.ts
8 lines
(7 loc)
•
188 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * Indents
each
line
of
text
with
a tab character. * * @param
text
Text
to
indent. * @returns The indented
text
. */ export
declare
const
indent: (
text
:
string
) =>
string
;