UNPKG

starblast-modding

Version:

A powerful library for interacting with the Starblast Modding API

9 lines (8 loc) 207 B
'use strict'; module.exports = function (obj, list = []) { for (let k of list) Object.defineProperty(obj, k, { ...Object.getOwnPropertyDescriptor(obj, k), enumerable: true, configurable: false }); }