UNPKG

clvm_tools

Version:

Javascript implementation of clvm_tools

5 lines (4 loc) 289 B
import { SExp } from "clvm"; export declare function compile_clvm_text(text: string, search_paths: string[]): SExp; export declare function compile_clvm(input_path: string, output_path: string, search_paths?: string[]): string; export declare function find_files(path?: string): string[];