Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docu/docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ The supporting cast of types that helps keep this concise and relevant.
### Flags<T\>

```typescript
exp\ort type Flags<T extends VariantModule> = Partial<Matrix<T>>;
export type Flags<T extends VariantModule> = Partial<Matrix<T>>;
```

### Handler<T\>
Expand Down Expand Up @@ -383,4 +383,4 @@ Describe a simple object literal with a single property.

### WithProperty<K, T>

Alias of [**TypeExt**ension](#typeextk-t).
Alias of [**TypeExt**ension](#typeextk-t).