Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Extremely Popular
Go to Latest
method Node.isSignaturedDeclaration
import { Node } from "https://deno.land/x/fresh@1.1.5/src/dev/deps.ts";

Gets if the node is a SignaturedDeclaration.

Parameters

node: T | undefined
  • Node to check.

Returns

node is SignaturedDeclaration & SignaturedDeclarationExtensionType & T