UNPKG

@neo-one/smart-contract-compiler

Version:

NEO•ONE TypeScript smart contract compiler.

5 lines (3 loc) 213 B
import { DebugInfoProcessor } from './DebugInfoProcessor'; export const getDebugInfo = (context, contractInfo) => new DebugInfoProcessor(context, contractInfo).process(); //# sourceMappingURL=getDebugInfo.js.map