function isModuleNamespaceObject
Jump to headingisModuleNamespaceObject(value: unknown): booleanReturns true if the value is an instance of a Module Namespace Object.
import * as ns from './a.js';
util.types.isModuleNamespaceObject(ns); // Returns true
Parameters Jump to heading
Jump to headingvalue: unknownReturn Type Jump to heading
boolean