UNPKG

types-testing

Version:

Test TypeScript types at test runner runtime - Works seamlessly with Jest, Vitest, and Bun.

3 lines (2 loc) 114 B
/** @internal */ export declare const createErrorKey: (filePath: string, line: number, column: number) => string;