Skip to content

Commit 51e30f7

Browse files
committed
Export Integer type
1 parent c1fa8c2 commit 51e30f7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/v1/index.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* limitations under the License.
1818
*/
1919

20-
import {inSafeRange, int, isInt, toNumber, toString} from './integer';
20+
import Integer, {inSafeRange, int, isInt, toNumber, toString} from './integer';
2121
import {Node, Path, PathSegment, Relationship, UnboundRelationship} from './graph-types';
2222
import {Neo4jError, PROTOCOL_ERROR, SERVICE_UNAVAILABLE, SESSION_EXPIRED} from './error';
2323
import Result from './result';
@@ -258,7 +258,8 @@ const types = {
258258
Duration,
259259
LocalDateTime,
260260
LocalTime,
261-
Time
261+
Time,
262+
Integer
262263
};
263264

264265
/**

0 commit comments

Comments
 (0)