UNPKG

@neo-one/smart-contract-codegen-esnext-esm

Version:

NEO•ONE TypeScript smart contract codegen.

11 lines (10 loc) 329 B
import { ContractPaths } from '../type'; export declare const genTest: ({ contractsPaths, testPath, contractsPath, mod, }: { readonly contractsPaths: readonly ContractPaths[]; readonly testPath: string; readonly contractsPath: string; readonly mod?: string | undefined; }) => { js: string; ts: string; };