UNPKG

ts-japi

Version:

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

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