@the-/client

17.3.4 • Public • Published

@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

Readme

Keywords

Package Sidebar

Install

npm i @the-/client

Weekly Downloads

2

Version

17.3.4

License

MIT

Unpacked Size

375 kB

Total Files

50

Last publish

Collaborators

  • okunishinishi