UNPKG

crush-feelings

Version:

Simulate crush interactions in code!

4 lines 173 B
export { Person } from './person'; export { Relationship } from './relationship'; export { CrushError } from './errors'; export type { Mood, Interaction } from './types';