UNPKG

@vorthain/vortex

Version:

A modern, highly-configurable API client designed for DX. Works in both browser and Node.js environments.

9 lines (7 loc) 187 B
/** * @vorthain/vortex * * Main entry point for the Vortex API client library. */ export { createVortexClient } from './src/vortex.js'; export { VortexError } from './src/error.js';