UNPKG

@ideal-postcodes/core-axios

Version:

Axios based client for api.ideal-postcodes.co.uk

13 lines (12 loc) 253 B
/** * @module Library Exports */ /** * Export core-interface helpers and resources */ export * from "@ideal-postcodes/core-interface"; /** * Export HTTP Client with HTTP agent */ export { Client } from "./client"; export { Agent } from "./agent";