method Node.isImportExpressionimport { Node } from "https://deno.land/x/fresh@1.5.3/src/dev/deps.ts"; isImportExpression(node: Node | undefined): node is ImportExpressionGets if the node is a ImportExpression. Gets if the node is a ImportExpression. Parametersnode: Node | undefined Node to check. Returnsnode is ImportExpression