@libj/pager
Advanced tools
Comparing version 0.0.9 to 0.1.0
@@ -9,2 +9,3 @@ import { PagerOptions, PagerRequest } from './types'; | ||
next(): Promise<T[]>; | ||
undone(): boolean; | ||
all(): Promise<T[]>; | ||
@@ -11,0 +12,0 @@ /*** Private ***/ |
@@ -35,2 +35,3 @@ "use strict"; | ||
}; | ||
Pager.prototype.undone = function () { return !this.ended; }; | ||
Pager.prototype.all = function () { | ||
@@ -37,0 +38,0 @@ var _this = this; |
{ | ||
"name": "@libj/pager", | ||
"version": "0.0.9", | ||
"version": "0.1.0", | ||
"description": "Abstract promise based pager", | ||
@@ -25,3 +25,3 @@ "author": "Sergey Poskachey <seregynp@gmail.com>", | ||
], | ||
"gitHead": "63a12cd189e99a79ea5f41c13667f6e4110db442" | ||
"gitHead": "bb756b79991b5d67da18d6466ee6e61f6c032b40" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4140
70