UNPKG

falkordb

Version:
13 lines (12 loc) 330 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IS_READ_ONLY = void 0; exports.transformArguments = transformArguments; exports.IS_READ_ONLY = true; function transformArguments(section) { const args = ['GRAPH.INFO']; if (section) { args.push(section); } return args; }