UNPKG

morphir-elm

Version:
7 lines (6 loc) 275 B
import * as Morphir_IR_Name from "./../../morphir/ir/name"; export type Path = Array<Morphir_IR_Name.Name>; export declare function decodePath(input: any): Path; export declare function encodePath(value: Path): any; declare const _default: {}; export default _default;