Skip to content

object-utils 1.0.0-1

Install from the command line:
Learn more about npm packages
$ npm install @easy-games/object-utils@1.0.0-1
Install via package.json:
"@easy-games/object-utils": "1.0.0-1"

About this version

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

Details


Assets

  • object-utils-1.0.0-1.tgz

Download activity

  • Total downloads 503
  • Last 30 days 0
  • Last week 0
  • Today 0

Recent versions

View all