@rbxts/phantom
Advanced tools
Comparing version 0.6.2 to 0.6.3
{ | ||
"name": "@rbxts/phantom", | ||
"description": "Data manipulation library for Roblox", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "build:bench": "rojo sourcemap benchmarks.project.json --output sourcemap.json", |
import PhantomArray from "./Array"; | ||
import PhantomMap from "./Map"; | ||
import None from "./None"; | ||
import type PhantomNumber from "./Number"; | ||
import PhantomNumber from "./Number"; | ||
import PhantomObject from "./Object"; | ||
import PhantomSet from "./Set"; | ||
import PhantomShared from "./Shared"; | ||
import type PhantomString from "./String"; | ||
import PhantomString from "./String"; | ||
import PhantomUtil from "./Util"; | ||
@@ -12,5 +13,2 @@ | ||
export { | ||
PhantomUtil as Util, | ||
PhantomShared as Shared, | ||
PhantomSet as Set, | ||
PhantomArray as Array, | ||
@@ -20,3 +18,7 @@ PhantomMap as Map, | ||
PhantomNumber as Number, | ||
PhantomObject as Object, | ||
PhantomSet as Set, | ||
PhantomShared as Shared, | ||
PhantomString as String, | ||
PhantomUtil as Util, | ||
}; | ||
@@ -23,0 +25,0 @@ } |
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
99658
219
1371