Home > @datashaper/utilities
| Function | Description |
|---|
| createReader() | |
| download(filename, type, data) | Downloads a copy of a file in the specified format |
| downloadTable(table, filename, options) | Downloads a csv copy of a table |
| enumName(en, key) | |
| extension(filename) | |
| fetchFile(url) | |
| getBlobFromEntry(entry) | |
| getDataURL(file) | |
| getFileFromEntry(entry) | |
| getFilesFromZip(zipFile) | |
| guessDelimiter(filename) | |
| guessFileType(name) | |
| hash(input) | |
| isDsvFile(fileName) | |
| isJsonFile(fileName) | |
| isSupportedFile(fileName) | |
| isTableFile(fileName) | |
| isZipFile(fileName) | |
| loadTable(file, options) | |
| removeExtension(fileName) | |
| renameDuplicatedFileName(map, name) | |
| renameDuplicatedFiles(files) | |
| tableToHTML(file, htmlOptions, tableOptions) | |
| toggleListItem(list, item) | |
| toZip(files, writerOptions) | |
| Type Alias | Description |
|---|
| Json | |