UNPKG

bipbop-webservice

Version:

Chamada aos serviços da BIPBOP via NodeJS ou pelo navegador.

12 lines (10 loc) 225 B
import WebService from './index'; import Exception from './exception'; import Exceptions from './exception'; import ErrorCodes from './error-codes'; export { WebService, ErrorCodes, Exception, Exceptions, };