UNPKG

@scayle/storefront-nuxt

Version:

Nuxt integration for the SCAYLE Commerce Engine and Storefront API

4 lines (3 loc) 123 B
export const getCurrentPage = (query) => { return typeof query.page === "string" ? parseInt(query.page, 10) : void 0; };