UNPKG

swagger-client

Version:

SwaggerJS - a collection of interfaces for OAI specs

3 lines 116 B
export default function idFromPathMethodLegacy(pathName, method) { return `${method.toLowerCase()}-${pathName}`; }