UNPKG

falkordb

Version:
12 lines (11 loc) 315 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.transformArguments = transformArguments; function transformArguments(configKey, value) { return [ 'GRAPH.CONFIG', 'SET', configKey, typeof value === "string" ? value : value.toString() ]; }