@golemio/parkings
Version:
Golemio Parkings Module
10 lines • 318 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ZeroMaxParkingTime = void 0;
class ZeroMaxParkingTime {
isValid(tariffInfo) {
return tariffInfo.maxParkingTime !== 0;
}
}
exports.ZeroMaxParkingTime = ZeroMaxParkingTime;
//# sourceMappingURL=ZeroMaxParkingTime.js.map