UNPKG

@twilio-labs/serverless-api

Version:
11 lines (10 loc) 203 B
/** * @module @twilio-labs/serverless-api * @preferred * * Main entry point of the project */ import './utils/debug'; export * from './api'; export * from './client'; export * from './types/index';