feat: re-export Asset type from init module

This commit is contained in:
2026-02-19 17:39:47 -05:00
parent 91f28e1c9b
commit f3b209d147
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -1,3 +1,7 @@
local Types = require(script.Types)
export type Asset = Types.Asset
return { return {
Types = require(script.Types), Types = Types,
} }
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "secret-rare/rbx-asset-utils" name = "secret-rare/rbx-asset-utils"
version = "0.1.0" version = "0.2.0"
registry = "https://github.com/UpliftGames/wally-index" registry = "https://github.com/UpliftGames/wally-index"
realm = "shared" realm = "shared"