UNPKG

log-vault

Version:

A generator of Winston logger instance with pre-defined configurable transports and formats and extra functionality.

9 lines (8 loc) 274 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.projectDirName = projectDirName; const path_1 = require("path"); function projectDirName() { const dirPath = process.env.PWD; return dirPath ? (0, path_1.basename)(dirPath) : ""; }