Skip to main content
Module

x/live/deps.ts>NamedImportSpecifier

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Very Popular
Go to Latest
interface NamedImportSpecifier
implements Node, HasSpan
import { type NamedImportSpecifier } from "https://deno.land/x/live@1.75.5/deps.ts";

e.g. - import { foo } from 'mod.js'

local = foo, imported = None

e.g. import { foo as bar } from 'mod.js'

local = bar, imported = Some(foo) for

Properties

type: "ImportSpecifier"
local: Identifier
optional
imported: ModuleExportName
isTypeOnly: boolean