smartlog-destination-local/ts/plugins.ts

6 lines
247 B
TypeScript
Raw Permalink Normal View History

2024-04-24 16:30:06 +00:00
import * as consolecolor from '@push.rocks/consolecolor';
import * as smartlogInterfaces from '@push.rocks/smartlog-interfaces';
import * as smartpromise from '@push.rocks/smartpromise';
export { consolecolor, smartlogInterfaces, smartpromise };