generated from ShadowVR/AI_botter
4 lines
209 B
JavaScript
4 lines
209 B
JavaScript
|
import { deprecate } from "util";
|
||
|
export const deprecateConstructorEntries = deprecate(() => { }, "Constructor \"entries\" argument is not spec-compliant "
|
||
|
+ "and will be removed in next major release.");
|