1
0
Fork 0

fix(docs): utils.round() missing from Core API

This commit is contained in:
Benjamin F 2022-12-05 19:08:36 -08:00
parent 86709a15d7
commit ed45a27d31

View file

@ -55,7 +55,7 @@ facilitate unit testing and other specific use cases.
| `Store` | The [Store](/reference/api/store) constructor | | `Store` | The [Store](/reference/api/store) constructor |
The following named exports are **uitility methods**: The following named exports are **utility methods**:
| Named export | Description | | Named export | Description |
| ------------ | ------------| | ------------ | ------------|
@ -77,6 +77,7 @@ The following named exports are **uitility methods**:
| `pointOnCurve` | See the [pointOnCurve](/reference/api/utils/pointoncurve) documentation | | `pointOnCurve` | See the [pointOnCurve](/reference/api/utils/pointoncurve) documentation |
| `pointOnLine` | See the [pointOnLine](/reference/api/utils/pointonline) documentation | | `pointOnLine` | See the [pointOnLine](/reference/api/utils/pointonline) documentation |
| `rad2deg` | See the [rad2deg](/reference/api/utils/rad2deg) documentation | | `rad2deg` | See the [rad2deg](/reference/api/utils/rad2deg) documentation |
| `round` | See the [round](/reference/api/utils/round) documentation |
| `splitCurve` | See the [splitCurve](/reference/api/utils/splitcurve) documentation | | `splitCurve` | See the [splitCurve](/reference/api/utils/splitcurve) documentation |
| `stretchToScale` | See the [stretchToScale](/reference/api/utils/stretchtoscale) documentation | | `stretchToScale` | See the [stretchToScale](/reference/api/utils/stretchtoscale) documentation |
| `units` | See the [units](/reference/api/utils/units) documentation | | `units` | See the [units](/reference/api/utils/units) documentation |