UNPKG

fastify-line

Version:

Fastify plugin for the LINE Messaging API

8 lines (7 loc) 261 B
import { fastifyLine } from './plugin.js'; // re-export from @line/bot-sdk export * from '@line/bot-sdk'; export { InvalidSignatureError, MissingSignatureError } from './error.js'; export * from './types.js'; export { fastifyLine }; export default fastifyLine;