UNPKG
gazeplotter
Version:
latest (1.4.1)
1.4.1
1.4.0
1.3.0
Gazeplotter is a Svelte application for visualizing eye-tracking data.
gazeplotter.com
gazeplotter
/
dist
/
class
/
Downloader
/
WorkplaceDownloader.d.ts
6 lines
(5 loc)
•
249 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
AbstractDownloader
}
from
'./AbstractDownloader.ts'
;
import
type
{
DataType
}
from
'../../type/Data/DataType.ts'
;
export
declare
class
WorkplaceDownloader
extends
AbstractDownloader
{
download
(
data
:
DataType
,
fileName
:
string
):
void
; }