UNPKG

@huggingface/inference

Version:

Typescript client for the Hugging Face Inference Providers and Inference Endpoints

6 lines (5 loc) 204 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isFrontend = void 0; const isBackend_js_1 = require("./isBackend.js"); exports.isFrontend = !isBackend_js_1.isBackend;