Skip to content

Home > sculp-js > FileType

FileType type

Signature:

typescript
export type FileType = 'json' | 'csv' | 'xls' | 'xlsx';

Released under the MIT License.