UNPKG
@iotize/tap-scripts
Version:
dev (2.0.0-alpha.2)
latest (2.2.0)
2.2.0
2.1.0
2.0.1
2.0.0-alpha.4
2.0.0-alpha.3
2.0.0-alpha.2
2.0.0-alpha.1
IoTize Tap scripts
@iotize/tap-scripts
/
dist
/
src
/
lib
/
util.d.ts
3 lines
(2 loc)
•
155 B
TypeScript
View Raw
1
2
3
import
{
ParserRuleContext
}
from
'antlr4ts/ParserRuleContext'
;
export
declare
function
contextToString
(
context
:
ParserRuleContext
|
undefined
):
string
;