UNPKG

115 BPlain TextView Raw
1import { expectType } from "tsd";
2
3import { getUserAgent } from "./index.js";
4
5expectType<string>(getUserAgent());