@ngageoint/geopackage
Version:
GeoPackage JavaScript Library
18 lines • 457 B
JavaScript
;
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