@magnetarjs/utils
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -1,2 +0,3 @@ | ||
export declare const storeSplitSymbol: unique symbol; | ||
/** Using an actual symbol causes issues in production host apps for whatever reason... */ | ||
export declare const storeSplitSymbol = "MAGNETAR_SYMBOL_storeSplit"; | ||
/** | ||
@@ -3,0 +4,0 @@ * A storeSplit function allows you to apply a different payload between your cache store vs your other stores. |
import { isAnyObject } from 'is-what'; | ||
export const storeSplitSymbol = Symbol('storeSplit'); | ||
/** Using an actual symbol causes issues in production host apps for whatever reason... */ | ||
export const storeSplitSymbol = 'MAGNETAR_SYMBOL_storeSplit'; | ||
/** | ||
@@ -4,0 +5,0 @@ * A storeSplit function allows you to apply a different payload between your cache store vs your other stores. |
{ | ||
"name": "@magnetarjs/utils", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
13502
330