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