import { expectType } from 'tsd'; import osPaths from '../src/mod.esm'; expectType(osPaths()); expectType(osPaths.home()); expectType(osPaths.temp());