We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should just expose array methods, too!
.forEach() .filter() .reduce() .map()
The text was updated successfully, but these errors were encountered:
feel like it is clearer to just rely on https://github.com/jondashkyle/nanopage#toarray when you want array methods, that way we're not selectively proxying them? wut u think?
Sorry, something went wrong.
Totally. I was thinking something like this could be useful.
var pages = page().pages().filter(name => name === 'jon').paginate(2, 10).toArray()
But yeah, either way.
No branches or pull requests
Should just expose array methods, too!
The text was updated successfully, but these errors were encountered: