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
/
letterPositions.d.ts
4 lines
(3 loc)
•
166 B
TypeScript
View Raw
1
2
3
4
import
{ letterPosReturnInterface }
from
'./interfaces'
;
declare
const
letterPositions
:
(
string
:
string
) =>
letterPosReturnInterface;
export
default
letterPositions;