-
-
Notifications
You must be signed in to change notification settings - Fork 113
Open
Labels
bugUsed when the PR fixes a bug included in a previous release.Used when the PR fixes a bug included in a previous release.good first issue
Description
The following line suggest that array attribute takes in two arguments, type and options.
| function array(type, options) { |
Whereas the existing type information defined in the line below suggest array attribute does not take any arguments:
| export function array<T extends keyof TransformRegistry>(): ComputedProperty<TransformRegistry[T]>; |
Metadata
Metadata
Assignees
Labels
bugUsed when the PR fixes a bug included in a previous release.Used when the PR fixes a bug included in a previous release.good first issue