@rbxts/phantom
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "@rbxts/phantom", | ||
"description": "Immutable data library for Luau.", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"main": "src/init.luau", | ||
@@ -6,0 +6,0 @@ "typings": "src/index.d.ts", |
@@ -166,3 +166,7 @@ export = PhantomDictionary; | ||
// Aliases | ||
export { merge as join, mergeDeep as joinDeep }; | ||
export { | ||
merge as join, | ||
mergeDeep as joinDeep, | ||
merge as assign, | ||
}; | ||
} |
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
94972
372