@rbxts/easytween
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -29,6 +29,6 @@ /// <reference types="@rbxts/compiler-types" /> | ||
Get(): T; | ||
OnChange(callback: callbackOnChange<T>): Connection; | ||
OnReachedGoal(callback: callbackOnReached): Connection; | ||
ListenToChange(callback: callbackOnChange<T>): Connection; | ||
ListenToReacheGoal(callback: callbackOnReached): Connection; | ||
private init; | ||
} | ||
export {}; |
{ | ||
"name": "@rbxts/easytween", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "out/init.lua", |
Sorry, the diff of this file is not supported yet
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
12407