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.

12 lines 559 B
import * as wasm from "../../wasm/index.mjs"; /** {@inheritDoc wasm.parser.Parser} */ export declare const Parser: typeof wasm.parser.Parser; /** {@inheritDoc wasm.parser.Parser} */ export type Parser = wasm.parser.Parser; /** {@inheritDoc wasm.parser.ParseError} */ export type ParseError = wasm.parser.ParseError; /** {@inheritDoc wasm.parser.ParseOutput} */ export declare const ParseOutput: typeof wasm.parser.ParseOutput; /** {@inheritDoc wasm.parser.ParseOutput} */ export type ParseOutput = wasm.parser.ParseOutput; //# sourceMappingURL=index.d.mts.map