@nikovirtala/projen-constructs
    Preparing search index...

    Interface Bundle

    interface Bundle {
        bundleTask: Task;
        outdir: string;
        outfile: string;
    }
    Index

    Properties

    bundleTask: Task
    outdir: string
    outfile: string