UNPKG

ts-mdls

Version:

Lightweigth, dependency free, fully typed wrapper of the macOS `mdls` command

6 lines (4 loc) 134 B
import parseString from "./parseString"; export default function parseDate(value: string) { return new Date(parseString(value)); }