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
/
type
/
DeserializerOutput
/
DeserializerOutputType.d.ts
3 lines
(2 loc)
•
203 B
TypeScript
View Raw
1
2
3
import
type
{
SingleDeserializerOutput
}
from
'./SingleDeserializerOutput/SingleDeserializerOutput.ts'
;
export
type
DeserializerOutputType
=
SingleDeserializerOutput
|
null
|
SingleDeserializerOutput
[];