@prismatic-io/spectral
Version:
Utility library for building Prismatic connectors and code-native integrations
9 lines (8 loc) • 374 B
TypeScript
/**
* This module contains functions to help developers create custom components
* to run on the Prismatic platform.
*/
export * from "./errors";
export { action, component, connection, dataSource, input, oauth2Connection, onPremConnection, pollingTrigger, trigger, } from "./index";
export * from "./types/typeExportComponent";
export { default as util } from "./util";