smartlog-destination-file/ts/smartfile-destination-file.plugins.ts

15 lines
219 B
TypeScript
Raw Normal View History

2020-06-13 11:03:08 +00:00
// 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
};