UNPKG

starblast-modding

Version:

A powerful library for interacting with the Starblast Modding API

12 lines (8 loc) 149 B
'use strict'; module.exports = function (obj, properties = []) { let res = {}; for (let k of properties) { res[k] = obj[k]; } return res; }