UNPKG

crush-feelings

Version:

Simulate crush interactions in code!

6 lines 145 B
export class CrushError extends Error { constructor(message: string) { super(message); this.name = 'CrushError'; } }