UNPKG

crush-feelings

Version:

Simulate crush interactions in code!

5 lines (4 loc) 175 B
export { Person } from './person'; export { Relationship } from './relationship'; export { CrushError } from './errors'; export type { Mood, Interaction } from './types';