UNPKG
fugue
Version:
latest (2.0.4)
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.1
1.0.0
0.0.3
0.0.2
0.0.1-alpha
Fractional indexing without conflicts.
github.com/0xcadams/fugue
0xcadams/fugue
fugue
/
src
/
index.ts
4 lines
(2 loc)
•
132 B
text/typescript
View Raw
1
2
3
4
import
{
Fugue
,
type
FugueOptions
,
type
FuguePosition
}
from
"./strings"
;
export
{
Fugue
,
type
FugueOptions
,
type
FuguePosition
};