UNPKG

@wepublish/api

Version:
7 lines 271 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getMaxTake = void 0; const MaxResultsPerPage = 100; const getMaxTake = (take) => Math.min(take, MaxResultsPerPage); exports.getMaxTake = getMaxTake; //# sourceMappingURL=max-limit.js.map