@dhmk/atom
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -34,3 +34,3 @@ export declare class _Atom<T> { | ||
export declare const asAtom: <T>(x: () => T) => Atom<T>; | ||
declare const AtomTag = "__$$unique_name$$__"; | ||
declare const AtomTag = "__$$dhmk_atom$$__"; | ||
export declare type Atom<T> = (() => T) & { | ||
@@ -37,0 +37,0 @@ readonly [AtomTag]: typeof AtomTag; |
@@ -363,2 +363,2 @@ // global state | ||
// ---------------- types | ||
var AtomTag = "__$$unique_name$$__"; | ||
var AtomTag = "__$$dhmk_atom$$__"; |
@@ -36,5 +36,5 @@ import { WritableAtom, Atom, NotAtom, AtomOptions } from "./atom"; | ||
export declare const keepAlive: <T>(a: Atom<T>) => (() => T) & { | ||
readonly __$$unique_name$$__: "__$$unique_name$$__"; | ||
readonly __$$dhmk_atom$$__: "__$$dhmk_atom$$__"; | ||
} & { | ||
dispose(): any; | ||
}; |
@@ -34,3 +34,3 @@ export declare class _Atom<T> { | ||
export declare const asAtom: <T>(x: () => T) => Atom<T>; | ||
declare const AtomTag = "__$$unique_name$$__"; | ||
declare const AtomTag = "__$$dhmk_atom$$__"; | ||
export declare type Atom<T> = (() => T) & { | ||
@@ -37,0 +37,0 @@ readonly [AtomTag]: typeof AtomTag; |
@@ -373,2 +373,2 @@ "use strict"; | ||
// ---------------- types | ||
var AtomTag = "__$$unique_name$$__"; | ||
var AtomTag = "__$$dhmk_atom$$__"; |
@@ -36,5 +36,5 @@ import { WritableAtom, Atom, NotAtom, AtomOptions } from "./atom"; | ||
export declare const keepAlive: <T>(a: Atom<T>) => (() => T) & { | ||
readonly __$$unique_name$$__: "__$$unique_name$$__"; | ||
readonly __$$dhmk_atom$$__: "__$$dhmk_atom$$__"; | ||
} & { | ||
dispose(): any; | ||
}; |
{ | ||
"name": "@dhmk/atom", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Lightweight mobx-like observable values, computed values and side-effects", | ||
@@ -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
65795