UNPKG

hypertune

Version:

[Hypertune](https://www.hypertune.com/) is the most flexible platform for feature flags, A/B testing, analytics and app configuration. Built with full end-to-end type-safety, Git-style version control and local, synchronous, in-memory flag evaluation. Opt

10 lines 367 B
import { ObjectValue, Step } from "../shared"; import Node from "./Node"; export default function getNodePath(parent: Node | null, step: Step | null): string; export declare function getJsonNodePathAndArgs(parent: Node | null, step: Step | null): { path: string; args: { [path: string]: ObjectValue; }; }; //# sourceMappingURL=getNodePath.d.ts.map