@rbxts/charm
Advanced tools
Comparing version 0.6.0 to 0.6.1
{ | ||
"name": "@rbxts/charm", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Atomic state management for Roblox", | ||
@@ -5,0 +5,0 @@ "main": "src/init.lua", |
@@ -72,2 +72,5 @@ export = Charm; | ||
// Overload for no arguments | ||
function atom<State>(state?: State, options?: AtomOptions<State>): Atom<State | undefined>; | ||
/** | ||
@@ -74,0 +77,0 @@ * Creates a read-only atom that derives its state from one or more atoms. |
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
59771
313