|
Last change
on this file since a762898 was e4c61dd, checked in by istevanoska <ilinastevanoska@…>, 6 months ago |
|
Prototype 1.1
|
-
Property mode
set to
100644
|
|
File size:
332 bytes
|
| Rev | Line | |
|---|
| [e4c61dd] | 1 | import dsv from "./dsv.js";
|
|---|
| 2 |
|
|---|
| 3 | var tsv = dsv("\t");
|
|---|
| 4 |
|
|---|
| 5 | export var tsvParse = tsv.parse;
|
|---|
| 6 | export var tsvParseRows = tsv.parseRows;
|
|---|
| 7 | export var tsvFormat = tsv.format;
|
|---|
| 8 | export var tsvFormatBody = tsv.formatBody;
|
|---|
| 9 | export var tsvFormatRows = tsv.formatRows;
|
|---|
| 10 | export var tsvFormatRow = tsv.formatRow;
|
|---|
| 11 | export var tsvFormatValue = tsv.formatValue;
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.