UNPKG

@cognigy/rest-api-client

Version:

Cognigy REST-Client

7 lines 192 B
export const parseLimit = (limit) => { if (typeof limit === "undefined") { return undefined; } return Math.max(parseInt(limit, 10), 1); }; //# sourceMappingURL=limit.js.map