保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 ab4e8129d5c94ff96e6c85d0d2b66a04a052b4e5
PAMapp/node_modules/jest-each/build/table/array.d.ts
@@ -7,5 +7,4 @@
 */
import type { Global } from '@jest/types';
import type { EachTests } from '../bind';
declare const _default: (title: string, arrayTable: Global.ArrayTable) => EachTests;
export default _default;
export default function array(title: string, arrayTable: Global.ArrayTable): EachTests;