UNPKG

@nucypher/taco

Version:

### [`nucypher/taco-web`](../../README.md)

3 lines (2 loc) 168 B
import { ConditionProps } from './condition'; export declare const maxNestedDepth: (maxDepth: number) => (condition: ConditionProps, currentDepth?: number) => boolean;