UNPKG

@cognigy/rest-api-client

Version:

Cognigy REST-Client

11 lines 316 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.parseSkip = void 0; const parseSkip = (skip) => { if (typeof skip === "undefined") { return undefined; } return Math.max(parseInt(skip, 10), 0); }; exports.parseSkip = parseSkip; //# sourceMappingURL=skip.js.map