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

1.2.12 • 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 @easy-games/unity-object-utils

Weekly Downloads

1

Version

1.2.12

License

ISC

Unpacked Size

6.27 kB

Total Files

4

Last publish

Collaborators

  • zeroparticle