UNPKG

@smeijer/ky

Version:

Tiny and elegant HTTP client based on the Fetch API

7 lines 293 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isObject = void 0; // eslint-disable-next-line @typescript-eslint/ban-types const isObject = (value) => value !== null && typeof value === 'object'; exports.isObject = isObject; //# sourceMappingURL=is.js.map