@logux/actions
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "@logux/actions", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Types and action creators for build-in Logux actions", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
import { ActionCreator } from '../define-action/index.js' | ||
export type SyncMapTypes = string | number | boolean | undefined | ||
export type SyncMapTypes = string | number | boolean | null | undefined | ||
@@ -5,0 +5,0 @@ export interface SyncMapValues { |
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
11001