feat: re-export Asset type from init module
This commit is contained in:
+5
-1
@@ -1,3 +1,7 @@
|
|||||||
|
local Types = require(script.Types)
|
||||||
|
|
||||||
|
export type Asset = Types.Asset
|
||||||
|
|
||||||
return {
|
return {
|
||||||
Types = require(script.Types),
|
Types = Types,
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user