formatadores
Formatadores simples de dados e funções utilitárias
dr-utils
Set of utilities relevant to the Dominican Republic
netcat-utils
NPM de apoyo con varias herramientas y utilidades que te ayudarán a programar y crear tus proyectos.
goca
```
npm i goca
```
## funcion
# useAxios
```
const {data,error,loading} = useAxios({ method: 'get', url: '/endpoint', enabled: true })
```
you want controler where de you ejecute:<br>
```
const {data,loading,error,fetcher} = useAxios({ meth