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
/
dist
/
index.d.ts
5 lines
(4 loc)
•
175 B
TypeScript
View Raw
1
2
3
4
5
export
{
Person
}
from
'./person'
;
export
{
Relationship
}
from
'./relationship'
;
export
{
CrushError
}
from
'./errors'
;
export
type
{
Mood
,
Interaction
}
from
'./types'
;