13 lines
450 B
Plaintext
13 lines
450 B
Plaintext
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.preprocessors = exports.rules = void 0;
|
|
const assertions_1 = require("../common/assertions");
|
|
const info_contact_1 = require("../common/info-contact");
|
|
const struct_1 = require("../common/struct");
|
|
exports.rules = {
|
|
'info-contact': info_contact_1.InfoContact,
|
|
struct: struct_1.Struct,
|
|
assertions: assertions_1.Assertions,
|
|
};
|
|
exports.preprocessors = {};
|