hotfix: add import statement to hex package landing page
parent
737c9197ac
commit
81bbaf3578
|
@ -23,5 +23,9 @@ cascade:
|
||||||
The Flux `hex` package provides functions that convert hexadecimal strings into Flux data types.
|
The Flux `hex` package provides functions that convert hexadecimal strings into Flux data types.
|
||||||
Import the `contrib/bonitoo-io/hex` package.
|
Import the `contrib/bonitoo-io/hex` package.
|
||||||
|
|
||||||
|
```js
|
||||||
|
import "contrib/bonitoo-io/hex"
|
||||||
|
```
|
||||||
|
|
||||||
## Functions
|
## Functions
|
||||||
{{< children type="functions" show="pages" >}}
|
{{< children type="functions" show="pages" >}}
|
||||||
|
|
Loading…
Reference in New Issue