UNPKG

koa-neo4j

Version:

Rapidly create REST APIs, powered by Koa and Neo4j -- batteries included with built-in role based authentication via JWT and reusable backend components

9 lines (7 loc) 117 B
'use strict'; /** * The entry point. * * @module koa-neo4j */ module.exports = require('./dist/index').default;