Skip to content

Commit

Permalink
Merge pull request LeetCode-OpenSource#11 from LeetCode-OpenSource/fi…
Browse files Browse the repository at this point in the history
…x/typescript_zh

feat(typescript_zh): update codesandbox link
  • Loading branch information
runjuu authored Apr 28, 2020
2 parents a2d8cae + 931bfee commit e094239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const connected: Connected = connect(effectModule)

## 要求

[题目链接](https://codesandbox.io/s/o4wwpzyzkq) 里面的 `index.ts` 文件中,有一个 `type Connect = (module: EffectModule) => any`,将 `any` 替换成题目的解答,让编译能够顺利通过,并且 `index.ts``connected` 的类型与:
[题目链接](https://codesandbox.io/s/4tmtp) 里面的 `index.ts` 文件中,有一个 `type Connect = (module: EffectModule) => any`,将 `any` 替换成题目的解答,让编译能够顺利通过,并且 `index.ts``connected` 的类型与:

```typescript
type Connected = {
Expand Down

0 comments on commit e094239

Please sign in to comment.