RawPublicodes

API / publicodes / RawPublicodes

type RawPublicodes<RuleNames>: Partial<Record<RuleNames, RawRule>>;

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

Defined in

packages/core/src/index.ts:97