Skip to content

Commit

Permalink
fix(TypeScript): Remove global Symbol declaration
Browse files Browse the repository at this point in the history
Since there is no polyfill for `global.Symbol`, it should not be declared here. `Symbol` declaration comes from Typescript's lib, node's declaration or other place as polyfill's typings
  • Loading branch information
pablobirukov authored and benlesh committed Jan 26, 2018
1 parent ec1fb61 commit 427c3d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.d.ts
Expand Up @@ -5,8 +5,6 @@ declare global {
export interface SymbolConstructor {
readonly observable: symbol;
}

export const Symbol: SymbolConstructor;
}

export interface Symbol {
Expand Down

0 comments on commit 427c3d7

Please sign in to comment.