Skip to content

Commit 5828617

Browse files
authored
docs(readme): update api docs
remove the `digitsAfterDecimal` param type which is no longer supported.
1 parent aa9f34f commit 5828617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ You can use basic operations (e.g. +, -, \*, /, %, ^ etc.) in you expressions.
3232
This is the default and only from this package.
3333

3434
```js
35-
evalExpr(expressions: string, digitsAfterDecimal?: number = 2)
35+
evalExpr(expressions: string)
3636
```

0 commit comments

Comments
 (0)