Skip to content

Commit

Permalink
docs(core): put usage
Browse files Browse the repository at this point in the history
  • Loading branch information
YMC-GitHub committed Mar 23, 2024
1 parent c4af33e commit 6e04f36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ StrvParse('null') // null
StrvParse('undefined') // undefined
StrvParse('zero') // 'zero'
StrvParse('1','string') // '1'
trvParse(1,'string') // '1'
StrvParse(1,'string') // '1'
```

## Product Closed Loop
Expand Down
2 changes: 1 addition & 1 deletion README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ StrvParse('null') // null
StrvParse('undefined') // undefined
StrvParse('zero') // 'zero'
StrvParse('1','string') // '1'
trvParse(1,'string') // '1'
StrvParse(1,'string') // '1'
```

## 产品闭环
Expand Down

0 comments on commit 6e04f36

Please sign in to comment.