UNPKG
crush-feelings
Version:
latest (1.2.3)
1.2.3
1.1.2
1.0.2
1.0.1
Simulate crush interactions in code!
crush-feelings
/
src
/
index.ts
4 lines
•
173 B
text/typescript
View Raw
1
2
3
4
export
{
Person
}
from
'./person'
;
export
{
Relationship
}
from
'./relationship'
;
export
{
CrushError
}
from
'./errors'
;
export
type
{
Mood
,
Interaction
}
from
'./types'
;