@rbxts/object-utils
Polyfills for Object functions
import Object from "@rbxts/object-utils";
// now use Object like you could before!
const v = Object.assign({}, { x: 1 }, { y: 2 }, { z: 3 });
print(v.x, v.y, v.z);
Polyfills for Object functions
import Object from "@rbxts/object-utils";
// now use Object like you could before!
const v = Object.assign({}, { x: 1 }, { y: 2 }, { z: 3 });
print(v.x, v.y, v.z);
npm i @rbxts/object-utils
916
1.0.4
ISC
6.44 kB
4