UNPKG

@liskhq/lisk-codec

Version:

Implementation of decoder and encoder using Lisk JSON schema according to the Lisk protocol

3 lines (2 loc) 155 B
import { GenericObject } from '../types'; export declare const findObjectByPath: (message: GenericObject, pathArr: string[]) => GenericObject | undefined;