UNPKG

@neo-one/smart-contract-compiler

Version:

NEO•ONE TypeScript smart contract compiler.

4 lines (3 loc) 239 B
import ts from 'typescript'; import { Context } from '../../../Context'; export declare function handleTypeConversion(context: Context, fromNode: ts.Node, fromType: ts.Type | undefined, toNode: ts.Node, toType: ts.Type | undefined): void;