UNPKG

@canguro/horse

Version:

Deliver your data to wherever you wish, when you wish and how you wish.

6 lines (5 loc) 123 B
export type HorseAction = { name: string; endpoint: string; shouldDeliver: (data: unknown) => boolean; };