UNPKG
tap-json-parser
Version:
latest (0.0.109)
0.0.1008
0.0.1007
0.0.1006
0.0.1005
0.0.1004
0.0.1003
0.0.1002
0.0.1001
0.0.109
Parser TAP in JSON format
github.com/ORESoftware/tap-json-parser
ORESoftware/tap-json-parser
tap-json-parser
/
dist
/
index.d.ts
7 lines
(6 loc)
•
205 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
JSON
Parser }
from
'@oresoftware/json-stream-parser'
;
export
interface
IParsedObject
{ [
index
:
string
]:
any
; }
export
declare
const
createParser
:
() =>
JSON
Parser;
export
default
createParser;