Spaces:
Sleeping
Sleeping
File size: 209 Bytes
51ddcbf |
1 2 3 4 |
import { deprecate } from "util";
export const deprecateConstructorEntries = deprecate(() => { }, "Constructor \"entries\" argument is not spec-compliant "
+ "and will be removed in next major release.");
|