All files / tardis types.js

80% Statements 4/5
100% Branches 0/0
50% Functions 1/2
80% Lines 4/5
1 2 3 4 5 6 7 8 9  175x 175x     175x 1062x    
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DefaultChildrenFinder = function DefaultChildrenFinder() {
    return [];
};
exports.DefaultNodeValidator = function DefaultNodeValidator() {
    return true;
};
//# sourceMappingURL=types.js.map