Home > deconstruct-js > StaticDeconstructor
This is a Deconstructor which you can call or use as-is
Signature:
type StaticDeconstructor<T, F extends () => Deconstructor<T> = () => Deconstructor<T>> = F & Deconstructor<T>;