UNPKG

ts-mdls

Version:

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

2 lines (1 loc) 97 B
export default function checkNull<T>(parser: (value: string) => T): (value: string) => T | null;