UNPKG
@udraft/cursor
Version:
latest (1.1.6)
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
uDraft Cursor enables you to declarative write code generators!
@udraft/cursor
/
src
/
index.ts
6 lines
(5 loc)
•
186 B
text/typescript
View Raw
1
2
3
4
5
6
export
*
from
"./entities/cursor"
;
export
*
from
"./shortcuts/entities"
;
export
*
from
"./shortcuts/selectors"
;
export
*
from
"./shortcuts/transformers"
;
export
*
from
"./types/cursor"
;