UNPKG

types-testing

Version:

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

7 lines (6 loc) 127 B
const createErrorKey = (filePath, line, column) => { return `${filePath}:${line}:${column}`; }; export { createErrorKey };