source: trip-planner-front/node_modules/rxjs/internal/util/isObject.js@ eed0bf8

Last change on this file since eed0bf8 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 215 bytes
Line 
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3function isObject(x) {
4 return x !== null && typeof x === 'object';
5}
6exports.isObject = isObject;
7//# sourceMappingURL=isObject.js.map
Note: See TracBrowser for help on using the repository browser.