UNPKG
feathers-prisma
Version:
latest (0.7.0)
0.7.0
0.6.0
0.5.8
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.0
0.3.2
0.3.1
0.2.5
0.2.2
0.2.1
A Feathers service adapter for Prisma ORM.
github.com/ps73/feathers-prisma
ps73/feathers-prisma
feathers-prisma
/
dist
/
index.d.ts
5 lines
(4 loc)
•
154 B
TypeScript
View Raw
1
2
3
4
5
export
{ service, prismaService,
PrismaService
}
from
'./service'
;
export
*
from
'./types'
;
export
*
from
'./constants'
;
export
*
from
'./error-handler'
;