xref: /third_party/node/test/fixtures/is-object.js
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/test/fixtures/
11cb0ef41Sopenharmony_ci'use strict';
21cb0ef41Sopenharmony_cimodule.exports.isObject = (obj) => obj.constructor === Object;
3

Indexes created Thu Nov 07 10:32:03 CST 2024