UNPKG

fastify-line

Version:

Fastify plugin for the LINE Messaging API

4 lines (3 loc) 185 B
import type { FastifyPluginCallback } from 'fastify'; import type { FastifyLineOptions } from './types.js'; export declare const fastifyLine: FastifyPluginCallback<FastifyLineOptions>;