falkordb
Version:
A FalkorDB javascript library
6 lines (5 loc) • 316 B
TypeScript
export declare const IS_READ_ONLY = true;
export type UdfLibraryEntry = [string, string[]] | [string, string[], string];
export type UdfListReply = UdfLibraryEntry[];
export declare function transformArguments(lib?: string, withCode?: boolean): Array<string>;
export declare function transformReply(): UdfListReply;