UNPKG

@zohodesk/client_build_tool

Version:

A CLI tool to build web applications and client libraries

10 lines (8 loc) 209 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isObject = isObject; function isObject(obj) { return obj !== null && typeof obj === 'object' && !Array.isArray(obj); }