📄 DependencyConstraint¶
📊 Analysis Summary¶
| Metric | Count |
|---|---|
| 📐 Interfaces | 2 |
| 📑 Type Aliases | 3 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 packages/rule-tester/src/types/DependencyConstraint.ts
Interfaces¶
RangeOptions¶
Interface Code
Properties¶
| Name | Type | Optional | Description |
|---|---|---|---|
includePrerelease |
boolean \| undefined |
✓ | not shown |
loose |
boolean \| undefined |
✓ | not shown |
SemverVersionConstraint¶
Interface Code
Properties¶
| Name | Type | Optional | Description |
|---|---|---|---|
options |
boolean \| RangeOptions |
✓ | not shown |
range |
string |
✗ | not shown |
Type Aliases¶
AtLeastVersionConstraint¶
type AtLeastVersionConstraint = | `${number}.${number}.${number}-${string}`
| `${number}.${number}.${number}`
| `${number}.${number}`
| `${number}`;
VersionConstraint¶
DependencyConstraint¶
/* * Passing a string for the value is shorthand for a '>=' constraint /
Generated by Syntax Scribe