UNPKG

use-constructor

Version:

react hook that behaves like a class constructor for functional components

3 lines (2 loc) 131 B
export declare type Constructor = (...args: any[]) => any; export default function useConstructor(constructor: Constructor): void;