UNPKG

worksheets-cli

Version:
8 lines (7 loc) 531 B
import { Interpreter, ModuleLoader } from "jspython-interpreter"; export declare const mapFunction: Map<string, (...args: any[]) => any>; export declare function getAvailableJspyPackagesList(): string[]; export declare function getJspyPackagePartsList(name: string): string[]; export declare function getAvailableJspyPackage(name: string): any; export declare function registerFunction(name: string, func: (...args: any[]) => any): void; export declare function getInterpreter(jspyModuleLoader?: ModuleLoader): Interpreter;