UNPKG

ts-mdls

Version:

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

4 lines (3 loc) 94 B
export default function parseBoolean(value: string) { return value.toLowerCase() === "1"; }