UNPKG

api

Version:

Magical SDK generation from an OpenAPI definition 🪄

7 lines (6 loc) • 203 B
import type { OASDocument } from 'oas/dist/rmoas.types'; interface SDKOptions { cacheDir?: string; } declare const _default: (uri: string | OASDocument, opts?: SDKOptions) => any; export = _default;