@rbxts/moonlite
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -75,3 +75,3 @@ export interface MoonTrack { | ||
*/ | ||
FindElement(name: string): Instance | void; | ||
FindElement(name: string): Instance | undefined; | ||
@@ -83,3 +83,3 @@ /** | ||
*/ | ||
FindElementOfType<T extends keyof Instances>(typeName: string): this is Instances[T]; | ||
FindElementOfType<T extends keyof Instances>(typeName: T): Instances[T]; | ||
@@ -86,0 +86,0 @@ /** |
{ | ||
"name": "@rbxts/moonlite", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Moonlite typings", | ||
@@ -5,0 +5,0 @@ "main": "out/init.lua", |
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
56394