sdk-javascript/src/index.ts

12 lines
309 B
TypeScript

import { CloudEvent } from "./lib/cloudevent";
import { HTTPReceiver } from "./lib/bindings/http/http_receiver";
import { HTTPEmitter } from "./lib/bindings/http/http_emitter";
const Constants = require("./lib/bindings/http/constants");
export = {
CloudEvent,
HTTPReceiver,
HTTPEmitter,
Constants
};