UNPKG

@metacall/protocol

Version:

Tool for deploying into MetaCall FaaS platform.

10 lines (9 loc) 253 B
export * from './deployment'; export * from './language'; export * from './login'; export * from './package'; export * from './plan'; export * from './token'; import metacallAPI from './protocol'; export * from './protocol'; export default metacallAPI;