Skip to main content
Module

x/live/deps.ts>NamedImportSpecifier

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Very Popular
Go to Latest
interface NamedImportSpecifier
implements Node, HasSpan
import { type NamedImportSpecifier } from "https://deno.land/x/live@1.57.1/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