UNPKG
strapi-plugin-masterclass
Version:
latest (5.1.2)
5.1.2
5.1.1
5.1.0
5.0.12
5.0.11
5.0.10
5.0.9
5.0.8
5.0.7
5.0.6
5.0.5
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.1.1
4.1.0
4.0.0
3.0.0
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
0.0.3
Masterclass plugin
github.com/luisguve/strapi-plugin-masterclass
luisguve/strapi-plugin-masterclass
strapi-plugin-masterclass
/
dist
/
server
/
src
/
utils
/
index.d.ts
5 lines
(4 loc)
•
197 B
TypeScript
View Raw
1
2
3
4
5
import
*
as
Config
from
'./config'
;
import
{
ServiceName
,
ServiceType
}
from
'./types'
;
declare
const
getService
: <T
extends
ServiceName
>
(
name
: T
) =>
ServiceType
<T>;
export
{ getService,
Config
};