UNPKG

@httpc/client

Version:

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

4 lines 124 B
export function isCall(value) { return value && typeof value.access === "string"; } //# sourceMappingURL=utils.js.map