interface PrintNormalizedAstOptions {
    prefix?: string;
    showCode?: boolean;
}

Properties

Properties

prefix?: string
showCode?: boolean