UNPKG

@redocly/openapi-core

Version:

See https://github.com/Redocly/redocly-cli

4 lines 163 B
export function isPathParameter(pathSegment) { return pathSegment.startsWith('{') && pathSegment.endsWith('}'); } //# sourceMappingURL=is-path-parameter.js.map