UNPKG

exiftool-vendored

Version:
7 lines 386 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MWGCollectionsTagNames = exports.MWGKeywordTagNames = void 0; const StrEnum_1 = require("./StrEnum"); exports.MWGKeywordTagNames = (0, StrEnum_1.strEnum)("KeywordInfo", "HierarchicalKeywords"); exports.MWGCollectionsTagNames = (0, StrEnum_1.strEnum)("Collections"); //# sourceMappingURL=MWGTags.js.map