Interface Meta

interface Meta {
    bundler?: Bundler;
    comment?: string;
    identity?: string;
}

Properties

bundler?: Bundler
comment?: string
identity?: string