onl
v1.0.6
Published
Aims to be a light-weight, drop-in replacement of axios on browser side when you really need an es module (vitejs)
Downloads
2
Readme
onl
Aims to be a light-weight, drop-in replacement of axios on browser side when you really need an es module (vitejs)
install
yarn add onl
usage
import onl from 'onl';
await onl.get(url, handler);
See https://www.npmjs.com/package/axios for documentation.