UNPKG

@cognigy/rest-api-client

Version:

Cognigy REST-Client

7 lines 187 B
export const parseSkip = (skip) => { if (typeof skip === "undefined") { return undefined; } return Math.max(parseInt(skip, 10), 0); }; //# sourceMappingURL=skip.js.map