UNPKG
@borgar/fx
Version:
latest (5.0.5)
5.0.5
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.13.0
4.12.0
4.11.2
4.11.1
4.11.0
4.10.2
4.10.1
4.10.0
4.9.0
4.8.0
4.7.1
4.7.0
4.6.0
4.5.0
4.4.0
4.3.1
4.3.0
4.2.0
4.1.0
4.0.0
4.0.0-rc.3
4.0.0-rc.2
4.0.0-rc.1
3.1.0
3.0.0
3.0.0-rc.0
2.1.1
2.1.0
2.0.0
1.1.1
1.1.0
1.0.0
Utilities for working with Excel formulas
github.com/borgar/fx
borgar/fx
@borgar/fx
/
lib
/
isRCTokenValue.ts
4 lines
(3 loc)
•
135 B
text/typescript
View Raw
1
2
3
4
export
function
isRCTokenValue
(
value
:
string
):
boolean
{
return
value ===
'r'
|| value ===
'R'
|| value ===
'c'
|| value ===
'C'
; }