UNPKG

@neo-one/smart-contract-compiler

Version:

NEO•ONE TypeScript smart contract compiler.

4 lines (3 loc) 179 B
import ts from 'typescript'; import { Context } from '../../../Context'; export declare function handleTypeAssignment(context: Context, fromNode: ts.Node, toNode: ts.Node): void;