Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/parsers/backend/control-flow.ts
Properties
| Property | Type |
|---|---|
guards | GuardClause[] |
catches | CatchOutcome[] |
catchCounts | Record<CatchOutcome['kind'], number> |
Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/parsers/backend/control-flow.ts
| Property | Type |
|---|---|
guards | GuardClause[] |
catches | CatchOutcome[] |
catchCounts | Record<CatchOutcome['kind'], number> |
Was this page helpful?