RawPublicodes
API / publicodes / RawPublicodes
type RawPublicodes<RuleNames> = Partial<Record<RuleNames, RawRule>>;
Defined in: packages/core/src/index.ts:103
Rules as they are output from the compilation step : a javascript object transformed from the yaml files
They are parsed during the initialization of the engine (see Engine.constructor)
Type Parameters
Type Parameter |
---|
RuleNames extends string |