PAMapp/node_modules/jest-each/build/table/template.d.ts
@@ -8,5 +8,4 @@ import type { Global } from '@jest/types'; import type { EachTests } from '../bind'; import type { Headings } from './interpolation'; declare const _default: (title: string, headings: Headings, row: Global.Row) => EachTests; export default _default; export default function template(title: string, headings: Headings, row: Global.Row): EachTests;