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
/
common
/
core
/
DataInout.config.js
9 lines
(8 loc)
•
182 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
// src/common/core/DataInout.config.ts
var
DataInoutConfig
=
class
{ };
var
DataInoutConfigInstance
=
new
DataInoutConfig
();
export
{
DataInoutConfig
,
DataInoutConfigInstance
};