UNPKG

masto

Version:

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

2 lines (1 loc) 103 B
export const isRecord = (x) => typeof x === "object" && x !== null && x.constructor.name === "Object";