@rbxts/object-utils
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

@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);

Readme

Keywords

none

Package Sidebar

Install

npm i @rbxts/object-utils

Weekly Downloads

916

Version

1.0.4

License

ISC

Unpacked Size

6.44 kB

Total Files

4

Last publish

Collaborators

  • osyris