jsonpath-plus
    Preparing search index...

    Type Alias OtherTypeCallback

    OtherTypeCallback: (
        val: unknown,
        path: ExpressionArray,
        parent: ParentValue,
        parentPropName: string | null,
    ) => boolean

    Type Declaration