Utilidades Packages

utils-ts-js-lib

isArrayOfStrings to check if is of the kind string<br> ``` isArrayOfStrings(["s","t","r","i","n","g"]) //true ``` orderbyLongitude order for long <br> ``` orderbyLongitude([""message",hello"]) //["hello","message"] ``` takeOut remove un string of

1.0.3 • Published 1 year ago

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

1.0.6 • Published 1 year ago