@superstate/core
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "@superstate/core", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"license": "MIT", | ||
@@ -16,2 +16,2 @@ "author": { | ||
} | ||
} | ||
} |
@@ -22,3 +22,3 @@ /** | ||
publish: () => void; | ||
subscribe: (subscriber: ISubscriber<S>, target?: 'draft' | 'now') => () => ISubscriber<S>[]; | ||
subscribe: (subscriber: ISubscriber<S>, target?: 'draft' | 'now' | undefined) => (() => ISubscriber<S>[]) | undefined; | ||
} | ||
@@ -25,0 +25,0 @@ export declare type IDraft<S> = S | undefined; |
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
6511