UNPKG

mili

Version:

Scaffolding with continuous control over the development of the project.

11 lines (10 loc) 396 B
import * as Template from './template.json'; export const TemplateSchema = Template; import * as Rule from './rule.json'; export const RuleSchema = Rule; import * as Handler from './hander.json'; export const HandlerSchema = Handler; import * as Question from './question.json'; export const QuestionSchema = Question; import * as Milirc from './milirc.json'; export const MilircSchema = Milirc;