@ironpermjs/core
v0.1.0
Published
Framework-independent authorization and analysis types for IronPermJS
Maintainers
Readme
@ironpermjs/core
Framework-independent types shared by IronPermJS packages.
It exports the versioned analysis model, permission descriptors, issues, confidence and severity types, graph types, and coverage types. CASL types are re-exported only where they help packages share signatures; permission evaluation remains owned by @casl/ability.
import type {
AnalysisResult,
AuthorizationIssue,
PermissionDescriptor,
} from "@ironpermjs/core";This package must not depend on React, Next.js, the CLI, or reporters.
