UNPKG

electron-angular-boilerplate

Version:

A basic electron app using AngularJS and Skeleton CSS with ES6 support

14 lines (13 loc) 306 B
/* */ var $ = require("./$"); module.exports = function(it) { var keys = $.getKeys(it), getDesc = $.getDesc, getSymbols = $.getSymbols; if (getSymbols) $.each.call(getSymbols(it), function(key) { if (getDesc(it, key).enumerable) keys.push(key); }); return keys; };