UNPKG

@event-inc/pipelines

Version:

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

11 lines 315 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getHeaders = void 0; const getHeaders = (secret) => { return { 'X-Buildable-Secret': secret, 'Content-Type': 'application/json', }; }; exports.getHeaders = getHeaders; //# sourceMappingURL=getHeaders.js.map