UNPKG

@borgar/fx

Version:

Utilities for working with Excel formulas

4 lines (3 loc) 135 B
export function isRCTokenValue (value: string): boolean { return value === 'r' || value === 'R' || value === 'c' || value === 'C'; }