oidc-client-rx
Version:
ReactiveX enhanced OIDC and OAuth2 protocol support for browser-based JavaScript applications
8 lines (7 loc) • 376 B
JavaScript
function MockUtil(options) {
return (targetClass, propertyKey, _descriptor)=>{
var _Reflect_defineMetadata, _Reflect;
null == (_Reflect = Reflect) || null == (_Reflect_defineMetadata = _Reflect.defineMetadata) || _Reflect_defineMetadata.call(_Reflect, 'mock:implementation', options.implementation, targetClass, propertyKey);
};
}
export { MockUtil };