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
/
reverse.d.ts
3 lines
(2 loc)
•
75 B
TypeScript
View Raw
1
2
3
declare
const
reverse
:
(
string
:
string
) =>
string
;
export
default
reverse;