import { Node } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Gets if the node is a IndexSignatureDeclaration.
Parameters
node: Node | undefined
Returns
node is IndexSignatureDeclaration
x/deno2node/src/deps.deno.ts>Node.isIndexSignatureDeclaration
import { Node } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Gets if the node is a IndexSignatureDeclaration.