UNPKG

@httpc/client

Version:

httpc client for building function-based API with minimal code and end-to-end type safety

8 lines 248 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isCall = void 0; function isCall(value) { return value && typeof value.access === "string"; } exports.isCall = isCall; //# sourceMappingURL=utils.js.map