UNPKG

@ngageoint/geopackage

Version:
18 lines 457 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ContentsId = void 0; /** * @memberOf module:extension/contents * @class ContentsId */ /** * Contents Id object, for maintaining a unique identifier for contents tables * @constructor */ var ContentsId = /** @class */ (function () { function ContentsId() { } return ContentsId; }()); exports.ContentsId = ContentsId; //# sourceMappingURL=contentsId.js.map