UNPKG

wiki-entity

Version:
8 lines (7 loc) 556 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.convertToSimpleEntity = exports.SimpleEntityType = void 0; var simpleEntity_1 = require("./simpleEntity"); Object.defineProperty(exports, "SimpleEntityType", { enumerable: true, get: function () { return simpleEntity_1.SimpleEntityType; } }); var convertToSimpleEntity_1 = require("./convertToSimpleEntity"); Object.defineProperty(exports, "convertToSimpleEntity", { enumerable: true, get: function () { return convertToSimpleEntity_1.convertToSimpleEntity; } });