UNPKG

create-hydro-app

Version:

Create hydro apps with no build configuration.

4 lines (3 loc) 70 B
export interface worker { fib: (n: number) => Promise<number>; }