smartlog-destination-local/ts/plugins.ts
2024-04-24 18:30:06 +02:00

6 lines
247 B
TypeScript

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 };