Module

x/ts_morph/mod.ts>Node.isAsyncable

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
method Node.isAsyncable
import { Node } from "https://dotland.deno.dev/x/ts_morph@15.1.0/mod.ts";

Gets if the node is an AsyncableNode.

Parameters

node: T | undefined
  • Node to check.

Returns

node is AsyncableNode & AsyncableNodeExtensionType & T