Getting Started
Last updated
Was this helpful?
Last updated
Was this helpful?
useink/utils
is an extension of useink
that provides general utility functions for formatting balances, working with Big Numbers and decimals, converting data types (e.g. hex to string), and more. useink/utils
currently exports , but we will be adding new utility functions in the future.
You must first . Then you can import utils with import * as U from 'useink/utils'
.
See for a list of all utility functions.
You must set moduleResolution
to nodenext
or bundler
inside of your tsconfig.json
. This feature allows your application to discover the useink/utils
import paths defined in the useink package.json
.
<NotificationProvider />