UNPKG
@qrvey/formula-lang
Version:
beta (0.8.0)
internal (3.1.0-rc.908)
latest (3.0.0)
stable (0.8.0)
3.1.0-rc.908
3.1.0-rc.905
3.1.0-rc.899
3.1.0-rc.857
3.1.0-rc.848
3.1.0-rc.839
3.1.0-rc.835
3.1.0-rc.830
3.1.0-rc.823
3.1.0-rc.821
3.1.0-rc.816
3.1.0-rc.809
3.1.0-rc.807
3.1.0-rc.805
3.1.0-rc.800
3.1.0-rc.795
3.1.0-rc.790
3.1.0-rc.785
3.1.0-rc.772
3.1.0-rc.768
3.1.0-rc.760
3.1.0-rc.754
3.1.0-rc.750
3.1.0-rc.747
3.1.0-rc.744
3.1.0-rc.741
3.1.0-rc.733
3.1.0-rc.729
3.1.0-rc.716
3.1.0-rc.714
3.0.1-rc.710
3.0.1-rc.704
3.0.0
2.0.2
2.0.1-rc-9.1
2.0.1-rc-20230803-405
2.0.1-rc-20230803-404
2.0.1-rc-20230803-403
2.0.1-rc-20230803-401
2.0.1-rc-20230803-01
2.0.1-rc-20230802-01
2.0.1-rc-20230801-01
2.0.1-rc-20230726-01
2.0.1-rc.part-5-1
2.0.1-rc.part-5
2.0.1-rc.698
2.0.1-rc.676
2.0.1-rc.670
2.0.1-rc.668
2.0.1-rc.665
2.0.1-rc.662
2.0.1-rc.659
2.0.1-rc.656
2.0.1-rc.650
2.0.1-rc.646
2.0.1-rc.642
2.0.1-rc.638
2.0.1-rc.629
2.0.1-rc.626
2.0.1-rc.622
2.0.1-rc.588
2.0.1-rc.565
2.0.1-rc.542
2.0.1-rc.537
2.0.1-rc.533
2.0.1-rc.525
2.0.1-rc.523
2.0.1-rc.514
2.0.1-rc.511
2.0.1-rc.506
2.0.1-rc.502
2.0.1-rc.498
2.0.1-rc.491
2.0.1-rc.464
2.0.1-rc.463
2.0.1-rc.461
2.0.1-rc.458
2.0.1-rc.456
2.0.1-rc.450
2.0.1-rc.442
2.0.1-rc.439
2.0.1-rc.434
2.0.1-rc.429
2.0.1-rc.425
2.0.1-rc.422
2.0.1-rc.420
2.0.1-rc.418
2.0.1-rc.415
2.0.1-rc.414
2.0.1-rc.411
2.0.1-rc.409
2.0.1-post-mvp-004
2.0.1-post-mvp-003
2.0.1-post-mvp-002
2.0.1-post-mvp-001
2.0.0
2.0.0-post-mvp
1.1.0
1.0.1
1.0.0
0.11.5
0.11.4
0.11.3
0.11.2
0.11.1
0.11.0
0.10.0
0.9.4-001-internal
0.9.3
0.9.2
0.9.1
0.9.0
0.8.14-internal
0.8.13-internal
0.8.12
0.8.12-internal
0.8.11
0.8.11-internal
0.8.10
0.8.10-internal
0.8.9
0.8.8
0.8.7
0.8.6
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.0
0.6.0
0.5.2
0.5.1
0.5.0
0.4.0
0.3.1
0.3.0
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
QFormula support for qrvey projects
bitbucket.org/qrvey/qrvey_formula_lang
@qrvey/formula-lang
/
dist
/
module
/
transpiler
/
unshiftCustomFunctions.d.ts
3 lines
(2 loc)
•
205 B
TypeScript
View Raw
1
2
3
import
{
ProcessNodeResult
}
from
'../constants/interfaces'
;
export
declare
function
unshiftCustomFunctions
(
customFunctionList
:
Set
<
string
>,
expression
:
ProcessNodeResult
|
undefined
):
string
|
undefined
;