export-size-svg - v0.0.5
    Preparing search index...

    Interface ExportOption

    interface ExportOption {
        code: string;
        externals?: string[];
        title: string;
    }
    Index

    Properties

    code: string

    Code for the entry. e.g. export { hello } from "./src/main.ts";.

    externals?: string[]

    List of external dependency paths to ignore.

    title: string

    Display title.