@fin.cx/opendata
Version:
A comprehensive TypeScript library for accessing business data and real-time financial information. Features include German company data management with MongoDB integration, JSONL bulk processing, automated Handelsregister interactions, and real-time stoc
27 lines (26 loc) • 1.43 kB
TypeScript
import * as fs from 'node:fs/promises';
import * as path from 'node:path';
export { fs, path, };
import * as lik from '@push.rocks/lik';
import * as qenv from '@push.rocks/qenv';
import * as smartarchive from '@push.rocks/smartarchive';
import * as smartarray from '@push.rocks/smartarray';
import * as smartbrowser from '@push.rocks/smartbrowser';
import * as smartdata from '@push.rocks/smartdata';
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartfile from '@push.rocks/smartfile';
import { SmartFs } from '@push.rocks/smartfs';
import * as smartlog from '@push.rocks/smartlog';
import * as smartpath from '@push.rocks/smartpath';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartrequest from '@push.rocks/smartrequest';
import * as smartdb from '@push.rocks/smartdb';
import * as smartstream from '@push.rocks/smartstream';
import * as smartunique from '@push.rocks/smartunique';
import * as smartxml from '@push.rocks/smartxml';
declare const smartfs: SmartFs;
declare const smartfileFactory: smartfile.SmartFileFactory;
declare const getErrorMessage: (error: unknown) => string;
export { getErrorMessage, lik, qenv, smartarchive, smartarray, smartbrowser, smartdb, smartdata, smartdelay, smartfile, smartfileFactory, smartfs, smartlog, smartpath, smartpromise, smartrequest, smartstream, smartunique, smartxml, };
import * as tsclass from '@tsclass/tsclass';
export { tsclass, };