Skip to content

Commit

Permalink
fix(TypeScript): Symbol[Symbol.observable] is no longer incorrectly…
Browse files Browse the repository at this point in the history
… defined

It should have never been there.
  • Loading branch information
benlesh committed Nov 2, 2020
1 parent 77aa298 commit fe4301f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions index.d.ts
Expand Up @@ -6,7 +6,3 @@ declare global {
readonly observable: symbol;
}
}

export interface Symbol {
readonly [Symbol.observable]: symbol;
}

0 comments on commit fe4301f

Please sign in to comment.