UNPKG

falkordb

Version:
6 lines (5 loc) 316 B
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;