UNPKG

@scalar/oas-utils

Version:

Open API spec and Yaml handling utilities

8 lines (7 loc) 202 B
const shouldIgnoreEntity = (data) => { return data?.["x-internal"] === true || data?.["x-scalar-ignore"] === true; }; export { shouldIgnoreEntity }; //# sourceMappingURL=should-ignore-entity.js.map