UNPKG

openapi-path-templating

Version:

OpenAPI Path Templating parser, validator, resolver and matcher.

6 lines (5 loc) 177 B
"use strict"; exports.__esModule = true; exports.default = void 0; const identityNormalizer = pathTemplate => pathTemplate; var _default = exports.default = identityNormalizer;