UNPKG

@featurevisor/core

Version:

Core package of Featurevisor for Node.js usage

7 lines (6 loc) 248 B
import { ProjectConfig } from "../config"; export declare function getRelativePaths(rootDirectoryPath: any, projectConfig: ProjectConfig): { relativeFeaturesPath: string; relativeSegmentsPath: string; relativeAttributesPath: string; };