Files
codeql-action/node_modules/ava/index.d.ts
2022-02-01 18:56:42 +00:00

13 lines
386 B
TypeScript

import type {TestFn} from './types/test-fn';
export * from './types/assertions';
export * from './types/try-fn';
export * from './types/test-fn';
export * from './types/subscribable';
/** Call to declare a test, or chain to declare hooks or test modifiers */
declare const test: TestFn;
/** Call to declare a test, or chain to declare hooks or test modifiers */
export default test;