Skip to content

Commit

Permalink
feat(typescript_zh): update codesandbox link
Browse files Browse the repository at this point in the history
  • Loading branch information
runjuu committed Apr 28, 2020
1 parent a2d8cae commit 931bfee
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 931bfee

Please sign in to comment.