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.js
8 lines
(7 loc)
•
261 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
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;