UNPKG

@brimdata/zealot

Version:

The Javascript Client for Zed Lakes

6 lines (4 loc) 148 B
import {TypeAlias} from "../types/type-alias" export function isTypeAlias(type: unknown): type is TypeAlias { return type instanceof TypeAlias }