mirror of
https://github.com/oven-sh/bun
synced 2026-02-19 07:12:24 +00:00
3 lines
77 B
JavaScript
3 lines
77 B
JavaScript
'use strict';
|
|
module.exports.isObject = (obj) => obj.constructor === Object;
|