UNPKG

pino-splunk-events

Version:
12 lines (9 loc) 216 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isPresent = void 0; const isPresent = record => { return Object.keys(record).length !== 0; }; exports.isPresent = isPresent;