UNPKG

@tsed/schema

Version:
7 lines (6 loc) 169 B
export function inspectOperationsPaths(endpoint) { return [...endpoint.operationPaths.values()].map(({ method, path }) => ({ method, path })); }