UNPKG
fastify-mikro-orm
Version:
latest (4.0.0)
4.0.0
3.0.0
2.1.0
2.0.1
2.0.0
1.0.1
Fastify Mikro-ORM plugin
github.com/serdnam/fastify-mikro-orm
serdnam/fastify-mikro-orm
fastify-mikro-orm
/
build
/
index.d.ts
6 lines
(5 loc)
•
261 B
TypeScript
View Raw
1
2
3
4
5
6
/// <reference types="node" />
import
type
{
FastifyPluginAsync
}
from
'fastify'
;
import
type
{ fastifyMikroOrm }
from
'./types'
;
declare
const
_default
:
FastifyPluginAsync
<fastifyMikroOrm.
MikroORMPluginOptions
,
import
(
"http"
).
Server
>;
export
default
_default;