Function: isCtor()
function isCtor<T>(thing): thing is Ctor<T>
Defined in: packages/api/tmp/univer-pro/node_modules/.pnpm/@wendellhu+redi@0.17.0/node_modules/@wendellhu/redi/esm/dependencyItem.d.ts:9
Type Parameters
Type Parameter |
---|
T |
Parameters
Parameter | Type |
---|---|
thing | unknown |
Returns
thing is Ctor<T>