UNPKG

@obelisk/client

Version:

Typescript client to interact with Obelisk on a higher level than the regular ReST API calls.

6 lines (5 loc) 147 B
export * from './api'; export * from './auth'; export * from './interfaces'; export * from './obelisk-client'; export * from './util/config';