ts-mdls
Version:
Lightweigth, dependency free, fully typed wrapper of the macOS `mdls` command
11 lines • 433 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const parseString_1 = __importDefault(require("./parseString"));
function parseDate(value) {
return new Date((0, parseString_1.default)(value));
}
exports.default = parseDate;
//# sourceMappingURL=parseDate.js.map