deconstruct-js

Home > deconstruct-js > StaticDeconstructor

StaticDeconstructor type

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>;