highland-pagination

0.1.2 • Public • Published

highland-pagination

NPM version

Installation instructions

HighlandPagination = require "highland-pagination"

action = (page = null) -> 
  getPage(page).then (items) -> 
    { items, nextToken } 
 
aHighlandStream = new HighlandPagination(action).stream()

Readme

Keywords

none

Package Sidebar

Install

npm i highland-pagination

Weekly Downloads

326

Version

0.1.2

License

MIT

Last publish

Collaborators

  • gastonprieto18