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.

4 lines 233 B
import { EdgeLabel, Edge, Node } from "./index.mjs"; /** Create a new `Edge` with the label `label` and node `node`. */ export declare function createEdge(label: EdgeLabel, node: Node): Edge; //# sourceMappingURL=extensions.d.mts.map