UNPKG

swagger-client

Version:

SwaggerJS - a collection of interfaces for OAI specs

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