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

10 lines (8 loc) 400 B
"use strict";Object.defineProperty(exports, "__esModule", { value: true }); /** * Created by keyvan on 12/24/16. */ const logValues = values => { console.log(JSON.stringify(values, null, 2)); return values; };exports. logValues = logValues;