Function: createInterceptorKey()
function createInterceptorKey<T, C>(key): IInterceptor<T, C>
Defined in: packages/api/tmp/univer-pro/submodules/univer/packages/core/src/common/interceptor.ts:48
Type Parameters
Type Parameter |
---|
T |
C |
Parameters
Parameter | Type |
---|---|
key | string |
Returns
IInterceptor
<T
, C
>