UNPKG
fastify-line
Version:
latest (0.2.0)
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
Fastify plugin for the LINE Messaging API
github.com/inyourtime/fastify-line
inyourtime/fastify-line
fastify-line
/
dist
/
index.d.ts
7 lines
(6 loc)
•
229 B
TypeScript
View Raw
1
2
3
4
5
6
7
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;