UNPKG
virool-pivot
Version:
latest (0.8.42)
0.8.42
0.8.41
A web-based exploratory visualization UI for Druid.io
github.com/implydata/pivot
implydata/pivot
virool-pivot
/
build
/
common
/
utils
/
parser
/
parser.d.ts
5 lines
(4 loc)
•
236 B
TypeScript
View Raw
1
2
3
4
5
export
declare
function
parseCSV
(
text
:
string
):
any
[];
export
declare
function
parseTSV
(
text
:
string
):
any
[];
export
declare
function
parseJSON
(
text
:
string
):
any
[];
export
declare
function
parseData
(
text
:
string
,
type
:
string
):
any
[];