@common-js/util

Common utility functions

Usage no npm install needed!

<script type="module">
  import commonJsUtil from 'https://cdn.skypack.dev/@common-js/util';
</script>

README

common-js

N|Solid

Installation

$ npm i @common-js/util
Import
import { RestService } from '@common-js/util';
Usage
RestService.post(`url`, { body }, { headers }).then((response: any) => response).catch((error: any) => error)