UNPKG

strapi-plugin-masterclass

Version:
5 lines (4 loc) 197 B
import * as Config from './config'; import { ServiceName, ServiceType } from './types'; declare const getService: <T extends ServiceName>(name: T) => ServiceType<T>; export { getService, Config };