UNPKG
cpt-waffle-lotide
Version:
latest (1.0.0)
1.0.0
LoTide in Typescript
github.com/vasiliy-klimkin/lotide-ts
vasiliy-klimkin/lotide-ts
cpt-waffle-lotide
/
src
/
joinList.d.ts
3 lines
(2 loc)
•
78 B
TypeScript
View Raw
1
2
3
declare
const
joinList
:
(
array
:
string
[]
) =>
string
;
export
default
joinList;