Class or function that will be deprecated
A short description which class or function shall be used instead
import deprecate from "apprt-core/deprecate";
deprecate("ct/_string encodeHTML", "Use apprt-core/string-escape instead.");
// => logs console warning:
// [Deprecation] ct/_string encodeHTML is deprecated. Use apprt-core/string-escape instead.
Generated using TypeDoc
Logs a deprecation warning. Deprecation logs can be configured via
log-deprecations
flag.