type DuckConstructor<T = Duck> = new (...args: any[]) => T
view raw index.tsx hosted with ❤ by GitHub