UNPKG

inmo-logger

Version:

This is a custom logging library based on winston.

8 lines (7 loc) 261 B
declare const _default: { getFolderAndFilename: (globalFilename: string) => string; getFolderPath: (globalFilename: string) => string; fileExist: (filePath: string) => boolean; createFile: (filePath: string) => void; }; export default _default;