getPaths.d.ts 177 Bytes
import { IServicePaths } from './types';
export default function getServicePaths({ cwd, config, env, }: {
    cwd: string;
    config: any;
    env?: string;
}): IServicePaths;