UNPKG

@brimdata/zealot

Version:

The Javascript Client for Zed Lakes

5 lines (4 loc) 117 B
export function isAlias(name: string | number) { // an alias is a non-integer string return isNaN(name as any) }