node-ejs-renderer/node_modules/formdata-node/lib/esm/deprecateConstructorEntries.js

4 lines
209 B
JavaScript
Raw Permalink Normal View History

2024-06-09 13:55:01 -04:00
import { deprecate } from "util";
export const deprecateConstructorEntries = deprecate(() => { }, "Constructor \"entries\" argument is not spec-compliant "
+ "and will be removed in next major release.");