UNPKG

@nomicfoundation/slang

Version:

A modular set of compiler APIs empowering the next generation of Solidity code analysis and developer tooling. Written in Rust and distributed in multiple languages.

6 lines 259 B
import * as wasm from "../../wasm/index.mjs"; /** {@inheritDoc wasm.parser.Parser} */ export const Parser = wasm.parser.Parser; /** {@inheritDoc wasm.parser.ParseOutput} */ export const ParseOutput = wasm.parser.ParseOutput; //# sourceMappingURL=index.mjs.map