UNPKG

masto

Version:

Mastodon API client for JavaScript, TypeScript, Node.js, browsers

6 lines (5 loc) 229 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isRecord = void 0; const isRecord = (x) => typeof x === "object" && x !== null && x.constructor.name === "Object"; exports.isRecord = isRecord;