UNPKG

recoder-code

Version:

Complete AI-powered development platform with ML model training, plugin registry, real-time collaboration, monitoring, infrastructure automation, and enterprise deployment capabilities

9 lines (7 loc) 132 B
'use strict'; module.exports = function firstKey(obj) { if (obj == null) { return null; } return Object.keys(obj)[0]; };