@prismatic-io/spectral
Version:
Utility library for building Prismatic connectors and code-native integrations
9 lines (8 loc) • 371 B
JavaScript
;
/**
* Actions' perform functions receive a logger object as part of their first parameter.
* Types in this file define the shape of the logger that is passed to an action.
* For information on the logger object, see:
* https://prismatic.io/docs/custom-connectors/actions/#logger-object
*/
Object.defineProperty(exports, "__esModule", { value: true });