UNPKG

@brimdata/zealot

Version:

The Javascript Client for Zed Lakes

10 lines (8 loc) 163 B
import {isTypeAlias} from "./is-type-alias" export function trueType(start: unknown) { let t = start while (isTypeAlias(t)) { t = t.type } return t }