import { ServiceFn, ServiceFactory } from '@gaman/common'; export function composeService< TReturn extends Record, Args extends any[] = any[], >(factory: ServiceFactory): ServiceFactory { return factory; }