UNPKG
plywood-proxy
Version:
latest (0.1.2)
0.1.2
0.1.1
A Plywood proxy
github.com/implydata/plywood-proxy
implydata/plywood-proxy
plywood-proxy
/
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
[];