UNPKG

rest-methods

Version:

Declaratively publish functions for remote invocation.

9 lines (7 loc) 244 B
/** * The client for connecting to a browser to remote server's API. */ var client = require('./lib/client/Client').default; var errors = require("./lib/errors"); client.ServerMethodError = errors.ServerMethodError; module.exports = client;