UNPKG

@scalar/api-reference

Version:

Generate beautiful API references from OpenAPI documents

9 lines (8 loc) 299 B
//#region src/features/Operation/helpers/should-ignore-entity.ts /** * Check if an entity should be ignored */ var shouldIgnoreEntity = (data) => Boolean(data?.["x-internal"] || data?.["x-scalar-ignore"]); //#endregion export { shouldIgnoreEntity }; //# sourceMappingURL=should-ignore-entity.js.map