UNPKG

@scalar/api-client

Version:

the open source API testing client

7 lines 503 B
export { default as ExamplePicker } from './components/ExamplePicker.vue.js'; export { default as OperationCodeSample } from './components/OperationCodeSample.vue.js'; export { DEFAULT_CLIENT, findClient, isClient } from './helpers/find-client.js'; export { generateClientOptions } from './helpers/generate-client-options.js'; export { getExampleFromSchema } from './helpers/get-example-from-schema.js'; export type { ClientOption, ClientOptionGroup } from './types'; //# sourceMappingURL=index.d.ts.map