UNPKG

@golemio/parkings

Version:
10 lines 318 B
"use strict"; 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