UNPKG

@kweli/cs-rest

Version:

Simple authentication and REST calls for OpenText Content Server.

6 lines (5 loc) 241 B
import RPCClient from "./rpc-client"; import { RPCError } from "./rpc-client/error-codes"; import Session from "./Session"; declare const isRPCError: (e: RPCError | any) => e is RPCError; export { isRPCError, RPCError, Session, RPCClient };