@neo-one/smart-contract-codegen-esnext-esm
Version:
NEO•ONE TypeScript smart contract codegen.
11 lines (10 loc) • 339 B
TypeScript
import { ContractPaths } from '../type';
export declare const genAngular: ({ contractsPaths, angularPath, contractsPath, clientPath, }: {
readonly contractsPaths: readonly ContractPaths[];
readonly angularPath: string;
readonly contractsPath: string;
readonly clientPath: string;
}) => {
js: string;
ts: string;
};