UNPKG

@push.rocks/smartlog

Version:

A minimalistic, distributed, and extensible logging tool supporting centralized log management.

7 lines (6 loc) 241 B
import * as fs from 'fs'; import * as path from 'path'; export { fs, path }; import * as smartlogInterfaces from '../dist_ts_interfaces/index.js'; import * as smarttime from '@push.rocks/smarttime'; export { smartlogInterfaces, smarttime };