Skip to content

Commit

Permalink
_tweak: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ubugeeei committed Jan 8, 2024
1 parent 131a9e0 commit 432720c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Proxy is a very interesting object.
You can use it by passing an object as an argument and using `new` like this:

```ts
const o = new Proxy({ value: 1 }, {})
const o = new Proxy({ value: 1 }, {})
console.log(o.value) // 1
```

Expand Down

0 comments on commit 432720c

Please sign in to comment.