UNPKG
@qualifyze/airtable-formulator
Version:
latest (1.3.1)
1.3.1
1.3.0
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
Airtable Formula Manipulator
github.com/Qualifyze/airtable-formulator
Qualifyze/airtable-formulator
@qualifyze/airtable-formulator
/
lib
/
ast
/
nodes
/
primitives
/
argument-separator.js
8 lines
•
297 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
isArgumentSeparator
=
void
0
;
function
isArgumentSeparator
(
node
) {
return
node.
type
===
"argumentSeparator"
; }
exports
.
isArgumentSeparator
= isArgumentSeparator;
//# sourceMappingURL=argument-separator.js.map