UNPKG

fastify-line

Version:

Fastify plugin for the LINE Messaging API

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