UNPKG

@event-inc/link-backend

Version:

Event Inc is a fully managed event bus lets you send and receive data across mission-critical cloud apps, databases and warehouses.

6 lines 134 B
export const getHeaders = (secret: string) => { return { 'X-Buildable-Secret': secret, 'Content-Type': 'application/json', }; };