@ngrx/signals
Version:
Reactive Store and Set of Utilities for Angular Signals
16 lines (12 loc) • 359 B
JavaScript
import { isWritableStateSource } from '@ngrx/signals';
function unprotected(source) {
if (isWritableStateSource(source)) {
return source;
}
throw new Error('@ngrx/signals: The provided source is not writable.');
}
/**
* Generated bundle index. Do not edit.
*/
export { unprotected };
//# sourceMappingURL=ngrx-signals-testing.mjs.map