UNPKG

exiftool-vendored

Version:
8 lines 396 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OnlyZerosRE = void 0; // Reject times whose raw value is "0" or "00". TODO: We may want to reject // "00:00", but midnight is a valid time--we'd have to reject 00:00 only if we // could be certain this photo wasn't taken exactly at midnight. exports.OnlyZerosRE = /^0+$/; //# sourceMappingURL=OnlyZerosRE.js.map