UNPKG

@scalar/api-reference

Version:

Generate beautiful API references from OpenAPI documents

8 lines 224 B
/** * Check if an entity should be ignored */ export declare const shouldIgnoreEntity: (data: { "x-internal"?: boolean; "x-scalar-ignore"?: boolean; }) => boolean; //# sourceMappingURL=should-ignore-entity.d.ts.map