@syntaxs/compiler
Version:
Compiler used to compile Syntax Script projects.
6 lines • 353 B
TypeScript
import { BaseRule, BooleanRule, Rule, RuleType, StringRule } from './rules.js';
import { Functionary, FunctionaryValueType } from './functionaries.js';
import { dictionary } from './dictionary.js';
export { dictionary };
export { BaseRule, RuleType, Functionary, FunctionaryValueType, BooleanRule, Rule, StringRule };
//# sourceMappingURL=index.d.ts.map