UNPKG
@nucypher/taco
Version:
ceramicDemo (0.4.0)
dev-viem (0.7.0-dev.viem)
devnet (0.7.0-alpha.12)
latest (0.6.0)
mainnet (0.6.0)
testnet (0.6.0)
0.7.0-dev.viem
0.7.0-alpha.12
0.7.0-alpha.11
0.7.0-alpha.10
0.7.0-alpha.9
0.7.0-alpha.8
0.7.0-alpha.7
0.7.0-alpha.6
0.7.0-alpha.5
0.7.0-alpha.4
0.7.0-alpha.3
0.7.0-alpha.2
0.7.0-alpha.1
0.7.0-alpha.0
0.6.0
0.6.0-alpha.3
0.6.0-alpha.2
0.6.0-alpha.1
0.6.0-alpha.0
0.5.0
0.4.0
0.3.0
0.2.7
0.2.6
0.2.5
0.2.4
0.2.2
0.2.0
0.1.0
0.1.0-rc.7
0.1.0-rc.6
0.1.0-rc.5
0.1.0-rc.4
0.1.0-rc.3
0.1.0-rc.2
0.1.0-rc.1
0.1.0-rc.0
### [`nucypher/taco-web`](../../README.md)
github.com/nucypher/taco-web
nucypher/taco-web
@nucypher/taco
/
dist
/
es
/
conditions
/
multi-condition.d.ts
3 lines
(2 loc)
•
168 B
TypeScript
View Raw
1
2
3
import
{
ConditionProps
}
from
'./condition'
;
export
declare
const
maxNestedDepth
:
(
maxDepth
:
number
) =>
(
condition
:
ConditionProps
,
currentDepth
?:
number
) =>
boolean
;