UNPKG

@clipboard-health/execution-context

Version:

A lightweight Node.js utility for managing execution contexts and metadata aggregation using AsyncLocalStorage.

7 lines 248 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isRecord = isRecord; function isRecord(value) { return typeof value === "object" && value !== null && !Array.isArray(value); } //# sourceMappingURL=util.js.map