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
/
shortcuts
/
entities.ts
5 lines
(3 loc)
•
133 B
text/typescript
View Raw
1
2
3
4
5
import
{
UCursor
}
from
"../entities/cursor"
;
export
const
uCursor = <
Type
extends
Record
<
string
,
any
>>
() =>
new
UCursor
<
Type
>();