UNPKG

bipbop-webservice

Version:

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

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