feat(core-shared/conformance): runtime brand markers + isX predicates
This commit is contained in:
@@ -2,3 +2,9 @@ export type { Instrumented, Captured } from "./brands";
|
||||
export type { FeatureManifest, UseCaseManifest } from "./define-feature";
|
||||
export { defineFeature } from "./define-feature";
|
||||
export type { ProductionUseCase } from "./production-use-case";
|
||||
export {
|
||||
attachBrand,
|
||||
isInstrumented,
|
||||
isCaptured,
|
||||
isAudited,
|
||||
} from "./brand-runtime";
|
||||
|
||||
Reference in New Issue
Block a user