@the-/client

Client for the-server

Usage no npm install needed!

<script type="module">
  import theClient from 'https://cdn.skypack.dev/@the-/client';
</script>

README

@the-/client

npm Version

Client for the-server

Installation

$ npm install @the-/client --save

Usage

'use strict'

const { TheClient } = require('@the-/client')

async function tryExample() {
  const client = TheClient.for('app')

  const fruitShop = await client.use('fruitShop')

  await fruitShop.buy()
}

tryExample().catch((err) => console.error(err))

API Guide

See API Guide for more detail

License

This software is released under the MIT License.

Links