docverifyrag / backend /node_modules /formdata-node /lib /esm /deprecateConstructorEntries.js
SANDRAMSC's picture
Updated README.md with Hugging Face configuration
51ddcbf
raw
history blame
209 Bytes
import { deprecate } from "util";
export const deprecateConstructorEntries = deprecate(() => { }, "Constructor \"entries\" argument is not spec-compliant "
+ "and will be removed in next major release.");