UNPKG

datum-focus

Version:

Data shape, model, metadata, JSON, JSON Schema, GraphQL, MongoDB query and aggregations, iterator generators

4 lines (2 loc) 113 B
export const SYMBOL = "symbol"; export const isSymbol = (val: unknown): val is Symbol => typeof val === SYMBOL;