semantic-analysis
Version:
Extensible semantic Structured Data analysis library for Microdata and JSON-LD
11 lines • 448 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Spec = void 0;
var tslib_1 = require("tslib");
var Spec = tslib_1.__importStar(require("./spec"));
exports.Spec = Spec;
tslib_1.__exportStar(require("./IItem"), exports);
tslib_1.__exportStar(require("./IMeta"), exports);
tslib_1.__exportStar(require("./ILog"), exports);
tslib_1.__exportStar(require("./serializable"), exports);
//# sourceMappingURL=index.js.map