minor adjustment to readme
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / internal / util / isObject.js
1 "use strict";
2 Object.defineProperty(exports, "__esModule", { value: true });
3 function isObject(x) {
4     return x !== null && typeof x === 'object';
5 }
6 exports.isObject = isObject;
7 //# sourceMappingURL=isObject.js.map