Skip to content

Commit

Permalink
refactor: renaming files
Browse files Browse the repository at this point in the history
  • Loading branch information
seognil committed Mar 12, 2021
1 parent ada5c5e commit 7053eeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// * TS 了,有点麻烦……
// * 先不 TS 了,有点麻烦……

// * ================================================================================ original

Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- [x] [手写 filter](./js/reimplement/array/filter.ts)
- [x] [手写 reduce](./js/reimplement/array/reduce.ts)
- [x] [手写 forEach](./js/reimplement/array/for-each.ts)
- [x] [手写 flat](./js/reimplement/array/flap.js)
- [x] [手写 flat](./js/reimplement/array/flat.js)
- **utils**
- [x] [简单的深克隆](./js/util/deep-clone.ts)
- [x] [简单 EventEmitter](./js/util/event-emitter.ts)
Expand Down

0 comments on commit 7053eeb

Please sign in to comment.