Skip to main content
The Deno 2 Release Candidate is here
Learn more
Extremely Popular
Go to Latest
method Node.isIndexSignatureDeclaration
import { Node } from "https://deno.land/x/fresh@1.6.8/src/dev/deps.ts";

Gets if the node is a IndexSignatureDeclaration.

Parameters

node: Node | undefined

Returns

node is IndexSignatureDeclaration