function isModuleNamespaceObject
Jump to headingisModuleNamespaceObject(value: unknown): boolean
Returns 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: unknown
Return Type Jump to heading
boolean