Skip to content

Commit ad4bb1f

Browse files
committed
chore: ensure declare keyword comes first.
1 parent a8a294c commit ad4bb1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/results/ObservableQuery.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@ export default class ObservableQuery<T> implements Observable<T> {
9191

9292
// this makes sure we satisfy the interface, while using a possibly polyfilled
9393
// [symbolObservable] above for the actual implementation
94-
public declare [Symbol.observable]: () => this
94+
declare public [Symbol.observable]: () => this
9595
}

0 commit comments

Comments
 (0)