UNPKG
oral-ts
Version:
latest (1.0.2)
1.0.2
1.0.1
a testing framework for typescript
github.com/tanay-pingalkar/oral
tanay-pingalkar/oral
oral-ts
/
dist
/
utils
/
centerString.d.ts
2 lines
(1 loc)
•
76 B
TypeScript
View Raw
1
2
export
declare
const
centerString
:
(
string
:
string
,
max
:
number
) =>
string
;