UNPKG

fava

Version:

A wannabe tiny largely-drop-in replacement for ava that works in the browser too.

8 lines (7 loc) 157 B
import type { TestAPI } from './types'; declare const tapi: { current: Partial<TestAPI>; }; declare const t: TestAPI; export default t; export { tapi };