deno.land / x / mongoose@6.7.5 / lib / helpers / firstKey.js

نووسراو ببینە
1
2
3
4
5
6
7
8
9
'use strict';
module.exports = function firstKey(obj) { if (obj == null) { return null; } return Object.keys(obj)[0];};
mongoose

Version Info

Tagged at
a year ago