docverifyrag / backend /node_modules /formdata-node /lib /cjs /deprecateConstructorEntries.js
SANDRAMSC's picture
Updated README.md with Hugging Face configuration
51ddcbf
raw
history blame
337 Bytes
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.deprecateConstructorEntries = void 0;
const util_1 = require("util");
exports.deprecateConstructorEntries = (0, util_1.deprecate)(() => { }, "Constructor \"entries\" argument is not spec-compliant "
+ "and will be removed in next major release.");