Generic type of a type-guard function.

interface TypeGuard<T> ((node) => node is T)

Type Parameters

  • T

Generated using TypeDoc