UNPKG

swagger-client

Version:

SwaggerJS - a collection of interfaces for OAI specs

4 lines 169 B
import resolveGenericStrategy from '../generic/resolve.js'; export default async function resolveOpenAPI30Strategy(options) { return resolveGenericStrategy(options); }