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
/
types.d.ts
3 lines
(2 loc)
•
174 B
TypeScript
View Raw
1
2
3
export
type
Mood =
'happy'
|
'nervous'
|
'flustered'
|
'overthinking'
;
export
type
Interaction =
'small talk'
|
'awkward wave'
|
'shared laugh'
|
'accidental eye contact'
;