method Node.isSatisfiesExpressionimport { Node } from "https://deno.land/x/fresh@1.3.1/src/dev/deps.ts"; isSatisfiesExpression(node: Node | undefined): node is SatisfiesExpressionGets if the node is a SatisfiesExpression. Gets if the node is a SatisfiesExpression. Parametersnode: Node | undefined Node to check. Returnsnode is SatisfiesExpression