UNPKG

@apiratorjs/async-context

Version:

A Node.js async context library leveraging the node:async_hooks module, supporting context merging and overriding.

7 lines 281 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isPlainObject = isPlainObject; function isPlainObject(value) { return typeof value === "object" && value !== null && value.constructor === Object; } //# sourceMappingURL=is-plain-object.js.map