feat: add client rule registry
This commit is contained in:
@@ -31,6 +31,13 @@ export {
|
||||
type YonexusClientRuntimeState,
|
||||
type YonexusClientPhase
|
||||
} from "./core/runtime.js";
|
||||
export {
|
||||
createClientRuleRegistry,
|
||||
YonexusClientRuleRegistry,
|
||||
ClientRuleRegistryError,
|
||||
type ClientRuleRegistry,
|
||||
type ClientRuleProcessor
|
||||
} from "./core/rules.js";
|
||||
|
||||
export interface YonexusClientPluginManifest {
|
||||
readonly name: "Yonexus.Client";
|
||||
|
||||
Reference in New Issue
Block a user