import type { Fn, Fn2 } from "@thi.ng/api"; export interface ZipperOps { branch: Fn; children: Fn; factory: Fn2; } export interface Path { l?: T[]; r?: T[]; path?: Path; nodes: T[]; changed: boolean; } //# sourceMappingURL=api.d.ts.map