UNPKG

bulk-mail-cli

Version:

Do quick, hassle-free email marketing with this small but very powerful tool! 🔥

8 lines • 287 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var path_1 = require("path"); function isFileType(filePath, typeToCheckFor) { return path_1.extname(filePath) === "." + typeToCheckFor; } exports.default = isFileType; //# sourceMappingURL=isFileType.js.map