smartlog-destination-file/ts/smartfile-destination-file.plugins.ts
2020-06-15 15:16:47 +00:00

20 lines
355 B
TypeScript

// node native scope
import * as fs from 'fs';
import * as path from 'path';
export {
fs,
path
};
// pushrocks scope
import * as smartfile from '@pushrocks/smartfile';
import * as smartlogInterfaces from '@pushrocks/smartlog-interfaces';
import * as smarttime from '@pushrocks/smarttime';
export {
smartfile,
smartlogInterfaces,
smarttime
};