UNPKG

neo4j

Version:

Neo4j driver (REST API client) for Node.js

15 lines (12 loc) 297 B
// Generated by CoffeeScript 1.8.0 (function() { this.parseId = function(url) { var match; match = url.match(/(?:commit|\/)db\/data\/\w+\/(\d+)($|\/)/); if (!match) { return null; } return parseInt(match[1], 10); }; }).call(this); //# sourceMappingURL=utils.js.map