UNPKG

ts-mdls

Version:

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

2 lines (1 loc) 113 B
export default function parseArray<T>(valueParser: (value: string) => T): (arrayString: string) => (T | null)[];