x/expandhome
deno module to expand home directory
const path = expandHome('~/path/to') // /home/mattn/path/to
MIT
Yasuhiro Matsumoto (a.k.a. mattn)