@push.rocks/smartlog
Version:
A minimalistic, distributed, and extensible logging tool supporting centralized log management.
8 lines (7 loc) • 304 B
TypeScript
import * as fs from 'fs';
import * as path from 'path';
export { fs, path };
import * as smartfile from '@push.rocks/smartfile';
import * as smartlogInterfaces from '../dist_ts_interfaces/index.js';
import * as smarttime from '@push.rocks/smarttime';
export { smartfile, smartlogInterfaces, smarttime };