Interface YulNodeWriter

interface YulNodeWriter {
    write(node, writer): string;
}

Methods

Methods

Generated using TypeDoc