@beef-flux/store
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -53,3 +53,3 @@ import moment = require("moment"); | ||
static double(config?: BaseConfig<number> & NumberConfig): any; | ||
static array<T>(config?: BaseConfig<T[]> & ArrayConfig<T> & ObjectConfig<T>): any; | ||
static array<T>(config?: BaseConfig<T[]> & ArrayConfig<T> & Partial<ObjectConfig<T>>): any; | ||
static object<T>(config?: BaseConfig<T> & ObjectConfig<T>): any; | ||
@@ -56,0 +56,0 @@ static datetime(config?: BaseConfig<moment.Moment> & DateConfig): any; |
{ | ||
"name": "@beef-flux/store", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Flux compatible state machine", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
55925