UNPKG

@incodelang/accounts-client

Version:

A web client for the package @incodelang/accounts

10 lines (8 loc) 203 B
/** * @author Ben Siebert <ben@mctzock.de> * @copyright (c) 2018-2021 Ben Siebert. All rights reserved. */ const {WebClient} = require('./lib/WebClient'); module.exports = { WebClient }