UNPKG
@easy-koa/shared
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.1.23
0.1.22
@easy-koa/shared
/
interfaces
/
init-options.d.ts
7 lines
(6 loc)
•
161 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Services
}
from
'./services'
;
export
interface
InitOptions
{
getter
(
key
:
string
):
any
;
service
(
key
:
string
):
Services
;
names
():
string
[]; }