GIF89a php
Current File : /home/viralhoga/glambooth_viralhoga_com/node_modules/mongoose/lib/helpers/firstKey.js
'use strict';

module.exports = function firstKey(obj) {
  if (obj == null) {
    return null;
  }
  return Object.keys(obj)[0];
};