UNPKG

ts-japi

Version:

A highly-modular (typescript-friendly)-framework agnostic library for serializing data to the JSON:API specification

8 lines 288 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isObject = void 0; function isObject(o) { return typeof o === 'object' && Object.prototype.toString.call(o) === '[object Object]'; } exports.isObject = isObject; //# sourceMappingURL=is-object.js.map