UNPKG

datainout

Version:

Import and reports data

7 lines (4 loc) 290 B
import { ListOfPathReports, ListOfPathImports } from '../common/types/config.type.js'; declare function pathReport(_path: string, fieldName?: ListOfPathReports): string; declare function pathImport(_path: string, fieldName?: ListOfPathImports): string; export { pathImport, pathReport };