5 lines
115 B
TypeScript
5 lines
115 B
TypeScript
import { expectType } from "tsd";
|
|
|
|
import { getUserAgent } from "./index.js";
|
|
|
|
expectType<string>(getUserAgent());
|