smartlog-destination-file/ts/smartfile-destination-file.plugins.ts
2020-06-13 11:03:08 +00:00

15 lines
219 B
TypeScript

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