@ngxs/store
Advanced tools
Comparing version 18.1.1-dev.master-502466d to 18.1.1-dev.master-77cf50d
export { freshPlatform } from './fresh-platform'; | ||
export { NgxsTestBed } from './ngxs.setup'; | ||
export { skipConsoleLogging } from './skip-console-logging'; | ||
export { skipConsoleLogging, ConsoleRecord, ConsoleRecorder, loggedError } from './skip-console-logging'; | ||
export { NgxsTesting } from './symbol'; |
@@ -1,1 +0,4 @@ | ||
export declare function skipConsoleLogging<T extends (...args: any[]) => any>(fn: T): ReturnType<T>; | ||
export type ConsoleRecord = [string, any[]]; | ||
export type ConsoleRecorder = ConsoleRecord[]; | ||
export declare function loggedError(message: string): ConsoleRecord; | ||
export declare function skipConsoleLogging<T extends (...args: any[]) => any>(fn: T, consoleRecorder?: ConsoleRecorder): ReturnType<T>; |
{ | ||
"name": "@ngxs/store", | ||
"version": "18.1.1-dev.master-502466d", | ||
"version": "18.1.1-dev.master-77cf50d", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
@@ -15,2 +15,3 @@ <p align="center"> | ||
- ✨ Learn about it on the [docs site](https://ngxs.io/) | ||
- 💬 Chat with us on [Discord](https://discord.gg/yT3Q8cXTnz) | ||
- 🚀 See it in action on [Stackblitz](https://stackblitz.com/edit/ngxs-repro) | ||
@@ -17,0 +18,0 @@ - 😎 Checkout the [sample application](https://github.com/ngxs/store/tree/master/integration) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1025422
9023
20
17
21
2
134