Volt.JS.PrebundleEntry.Export (Volt v0.13.0)

Copy Markdown View Source

Export descriptor used by synthetic prebundle entries.

Summary

Types

t()

@type t() :: %Volt.JS.PrebundleEntry.Export{
  all_from: String.t() | nil,
  default: String.t() | nil,
  members: [{String.t(), String.t()}] | nil,
  named_from: String.t() | nil,
  names: [String.t() | {String.t(), String.t()}] | nil
}

Functions

all_from(specifier)

default(expression)

members(members)

named_from(specifier, names)