UNPKG

create-fluxstack

Version:

⚡ Revolutionary full-stack TypeScript framework with Declarative Config System, Elysia + React + Bun

9 lines (8 loc) 274 B
declare global { function beforeEach(fn: () => void): void function describe(name: string, fn: () => void): void function it(name: string, fn: () => void): void function test(name: string, fn: () => void): void function expect(value: any): any } export {}