UNPKG

pinpoint-node-agent

Version:
14 lines (10 loc) 207 B
/** * Pinpoint Node.js Agent * Copyright 2020-present NAVER Corp. * Apache License v2.0 */ 'use strict' const isObject = (v) => (typeof v === "object") && (v !== null) module.exports = { isObject }