Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error "Top-level declarations in .d.ts files must start with eith…
…er a 'declare' or 'export' modifier." I running it in ts file. After install this package, it raises error "Top-level declarations in .d.ts files must start with either a 'declare' or 'export' modifier." So I add export at the beginning of class GRPCError.
- Loading branch information