UNPKG
datainout
Version:
latest (1.1.2-beta)
1.1.2-beta
1.1.1-beta
1.1.0-beta
1.0.0
Import and reports data
datainout
/
dist
/
reporters
/
exporters
/
IExporter.d.cts
8 lines
(6 loc)
•
177 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
interface
IExporter
{
write
(...
args
:
any
[]):
Promise
<
void
>;
toBuffer
(...
args
:
any
[]):
Promise
<
Buffer
>;
streamTo
(...
args
:
any
[]):
void
; }
export
type
{
IExporter
};