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
/
helpers
/
datainout-config.d.ts
6 lines
(3 loc)
•
151 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
DataInoutConfigOptions
}
from
'../common/types/config.type.js'
; declare
function
getConfig
(
):
DataInoutConfigOptions
;
export
{ getConfig };