smartlog-destination-local/ts/sl.destlocal.plugins.ts

6 lines
243 B
TypeScript

import * as consolecolor from '@pushrocks/consolecolor';
import * as smartlogInterfaces from '@pushrocks/smartlog-interfaces';
import * as smartpromise from '@pushrocks/smartpromise';
export { consolecolor, smartlogInterfaces, smartpromise};